diff options
Diffstat (limited to 'bin/common/cx')
-rwxr-xr-x | bin/common/cx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/common/cx b/bin/common/cx new file mode 100755 index 0000000..88fb817 --- /dev/null +++ b/bin/common/cx @@ -0,0 +1,2 @@ +#!/bin/sh +[ -x "$1" ] && chmod -x "$1" || chmod +x "$1" |