mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-28 16:34:21 +00:00
subtraction of abstraction
This commit is contained in:
parent
8bd3a165de
commit
1d4ff8375e
@ -48,8 +48,7 @@
|
|||||||
# Nobody expects the spanish inquisition.
|
# Nobody expects the spanish inquisition.
|
||||||
while [ $# -gt 0 ]
|
while [ $# -gt 0 ]
|
||||||
do
|
do
|
||||||
opt="${1}"
|
case "$1" in
|
||||||
case "${opt}" in
|
|
||||||
--help|-h|-? )
|
--help|-h|-? )
|
||||||
printf "\n$0: There are currently no command line arguments, this is actually a GUI script.\nRun this command again without any arguments.\n\n"
|
printf "\n$0: There are currently no command line arguments, this is actually a GUI script.\nRun this command again without any arguments.\n\n"
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user