tangetools/not/not

10 lines
55 B
Plaintext
Raw Normal View History

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