Comment by noisy_boy
9 months ago
sl is installed in /usr/games so that can be a check. Otherwise, I think this is quite reliable:
$ grep -q --binary-files=text ACCIDENT `which sl`
$ echo $?
0
9 months ago
sl is installed in /usr/games so that can be a check. Otherwise, I think this is quite reliable:
$ grep -q --binary-files=text ACCIDENT `which sl`
$ echo $?
0
No comments yet
Contribute on Hacker News ↗