ack/first/did_first
1985-02-15 23:00:46 +00:00

8 lines
97 B
Plaintext
Executable file

if (ack_sys ) >/dev/null 2>&1
then
exit 0
else
echo "You need to run 'first' first"
exit 1
fi