This website requires JavaScript.
Explore
Help
Sign in
daylin
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
a2835b2358
dotfiles
/
bin
/
is-executable
8 lines
80 B
Text
Raw
Normal View
History
Unescape
Escape
add all initial files
2021-12-08 09:38:24 -06:00
#!/usr/bin/env bash
update binary and tools
2022-01-19 11:49:06 -06:00
if [ -x "$(command -v $1)" ]; then
add shell linting/make
2022-07-06 11:55:14 -05:00
exit 0
add all initial files
2021-12-08 09:38:24 -06:00
else
add shell linting/make
2022-07-06 11:55:14 -05:00
exit 1
check for tty
2022-05-18 00:21:46 -05:00
fi
Reference in a new issue
Copy permalink