did_first 97 B

1234567
  1. if (ack_sys ) >/dev/null 2>&1
  2. then
  3. exit 0
  4. else
  5. echo "You need to run 'first' first"
  6. exit 1
  7. fi