Merge branch 'master' of github.com:ole-tange/tangetools

This commit is contained in:
Ole Tange 2012-12-12 10:06:51 +01:00
commit 134b0290e6

9
not/not Executable file
View file

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