changed EOL to LF
This commit is contained in:
parent
d39dfefc44
commit
5a9185ec49
1 changed files with 297 additions and 302 deletions
|
@ -50,11 +50,6 @@ while [ -n "$1" ]; do # while loop starts
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
|
|
||||||
#--) # For future use
|
|
||||||
#shift # parameters
|
|
||||||
#break
|
|
||||||
#;;
|
|
||||||
|
|
||||||
*)
|
*)
|
||||||
echo "Option $1 is invalid."
|
echo "Option $1 is invalid."
|
||||||
echo "Exiting"
|
echo "Exiting"
|
||||||
|
|
Loading…
Reference in a new issue