'r' parameter
This commit is contained in:
parent
626f8b732b
commit
51843191ea
1 changed files with 14 additions and 0 deletions
14
util/u/u.sh
Normal file
14
util/u/u.sh
Normal file
|
@ -0,0 +1,14 @@
|
|||
:<<'info'
|
||||
shellnotes - u.sh
|
||||
(C) Dimitris Marakomihelakis
|
||||
Released under the "All rights reserved" category. See the RIGHTS.txt file
|
||||
in /docs/github/ for its full text.
|
||||
info
|
||||
|
||||
case $1 in -u|--update )
|
||||
if [ -n "`$SHELL -c 'echo $BASH_VERSION'`" ]; then
|
||||
. ~/.shellnotes/bash_update.sh
|
||||
else
|
||||
. ~/.shellnotes/update.sh
|
||||
fi
|
||||
esac
|
Loading…
Reference in a new issue