subtraction of abstraction

This commit is contained in:
mprov 2021-01-28 17:50:58 -08:00
parent 8bd3a165de
commit 1d4ff8375e

View File

@ -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