diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-07-29 11:46:22 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-07-29 11:47:13 +0200 |
commit | 1460eae0d754818dffdaadb744571cbfce1a8378 (patch) | |
tree | 1e90bb1d024fde7fe38bf20bfe3b61fb4c60824c /bin/common | |
parent | ff7417c9ce835265b889319a8e75ee2ae38eab1d (diff) |
use script instead of alias
Diffstat (limited to 'bin/common')
-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" |