Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 304 Bytes

not.md

File metadata and controls

13 lines (10 loc) · 304 Bytes
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