not.md

December 13, 2020 ยท View on GitHub

not COMMAND [ARG1] [ARG2] ...

Runs a command and negates it's exit status.

@ Basic checks
  - is not empty_output of echo \$1
  - is not empty_output of cat /etc/passwd
 
@ Installing cron.d files unless already
  when is not empty_dir /etc/cron.d/
  - cp /shared/cron.d/* /etc/cron.d