mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-27 08:24:20 +00:00
subtraction of abstraction
This commit is contained in:
parent
8bd3a165de
commit
1d4ff8375e
@ -48,8 +48,7 @@
|
||||
# Nobody expects the spanish inquisition.
|
||||
while [ $# -gt 0 ]
|
||||
do
|
||||
opt="${1}"
|
||||
case "${opt}" in
|
||||
case "$1" in
|
||||
--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"
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user