mirror of
https://github.com/tanrax/bash-folders.git
synced 2025-06-27 17:15:43 +02:00
Update
This commit is contained in:
@ -152,10 +152,14 @@ while [ $# -gt 0 ] ; do
|
||||
fi
|
||||
;;
|
||||
--low)
|
||||
LOW_BATTERY=$2
|
||||
if [ $# -eq 2 ]; then
|
||||
LOW_BATTERY=$2
|
||||
fi
|
||||
;;
|
||||
--high)
|
||||
HIGH_BATTERY=$2
|
||||
if [ $# -eq 2 ]; then
|
||||
HIGH_BATTERY=$2
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
esac
|
||||
|
Reference in New Issue
Block a user