mirror of
https://github.com/fsquillace/junest.git
synced 2026-01-23 02:34:30 +00:00
Add files via upload
This commit is contained in:
parent
b46b4aed83
commit
7e9e01b62c
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue