From 1460eae0d754818dffdaadb744571cbfce1a8378 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sat, 29 Jul 2023 11:46:22 +0200 Subject: use script instead of alias --- bin/common/cx | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 bin/common/cx (limited to 'bin/common') 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" -- cgit v1.2.3