Add files via upload

This commit is contained in:
iVAN 2023-03-19 02:57:30 +01:00 committed by GitHub
parent b46b4aed83
commit 7e9e01b62c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@ case "$1" in
echo " --app/-a: name of the application to export"
echo " --disable-completion disable bash completion"
echo " --enable-completion enable bash completion"
echo " --remove/--delete/-r delete exported application or service"
echo " --service/-s: name of the service to export"
echo " --update/-u: update this script (requires 'wget')"
echo " --version/-v: shows the version of this script"
@ -169,7 +170,7 @@ case "$1" in
chmod a+x ~/.bash_completion
echo " Completion enabled! "
fi;;
'-v'|'--version') echo "0.0.4";;
'-v'|'--version') echo "0.0.4-1";;
*) junest-export;;
esac