tangetools/not/not
2012-12-03 14:16:03 +01:00

10 lines
55 B
Bash
Executable file

#!/bin/bash
if "$@"; then
exit 1
else
exit 0
fi