mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-13 09:52:56 +00:00
feat: x-path-* as scripts, run other changes
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
which "$1" >&/dev/null
|
||||
|
||||
if [ $? -eq 0 ]; then
|
||||
echo 0
|
||||
exit 0
|
||||
else
|
||||
echo 1
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user