add github link to help info

This commit is contained in:
Ben Harris
2019-09-22 15:28:15 -04:00
parent c3bbf342f1
commit 1b8e94fe7a
2 changed files with 5 additions and 14 deletions

4
tilde
View File

@@ -89,6 +89,8 @@ usage() {
printf "if you're using bash, run the following to add it quickly\n"
printf " echo 'export PATH=\$PATH:/tilde/bin' >> ~/.bashrc && source ~/.bashrc\n"
fi
printf '\nSource is on github: https://github.com/tildeclub/launcher, please open an issue or send in a PR!\n'
}
@@ -266,7 +268,7 @@ case "$1" in
;;
*)
if [[ -x /tilde/bin/"$1" ]]; then
if [[ -f /tilde/bin/"$1" ]]; then
prog=/tilde/bin/"$1"
shift
$prog "$@"