mirror of
https://github.com/tanrax/bash-folders.git
synced 2024-11-09 20:55:40 +01:00
Update
This commit is contained in:
parent
fa4cfce4e1
commit
c7ee202c89
@ -152,10 +152,14 @@ while [ $# -gt 0 ] ; do
|
||||
fi
|
||||
;;
|
||||
--low)
|
||||
if [ $# -eq 2 ]; then
|
||||
LOW_BATTERY=$2
|
||||
fi
|
||||
;;
|
||||
--high)
|
||||
if [ $# -eq 2 ]; then
|
||||
HIGH_BATTERY=$2
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user