ack/first/did_first
2006-02-04 00:57:05 +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