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