feat: x-path-* as scripts, run other changes

This commit is contained in:
2023-11-01 14:45:03 +02:00
parent cec1edb269
commit 4572c42eea
12 changed files with 109 additions and 110 deletions

View File

@@ -3,7 +3,7 @@
which "$1" >&/dev/null
if [ $? -eq 0 ]; then
echo 0
exit 0
else
echo 1
exit 1
fi