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