summaryrefslogtreecommitdiff
path: root/bin/common
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-07-29 11:46:22 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-07-29 11:47:13 +0200
commit1460eae0d754818dffdaadb744571cbfce1a8378 (patch)
tree1e90bb1d024fde7fe38bf20bfe3b61fb4c60824c /bin/common
parentff7417c9ce835265b889319a8e75ee2ae38eab1d (diff)
use script instead of alias
Diffstat (limited to 'bin/common')
-rwxr-xr-xbin/common/cx2
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"