2
0
Fork 0
mirror of https://github.com/alexanderepstein/Bash-Snippets synced 2018-11-08 02:59:35 +01:00

Fixing old functionality for cryptocurrency

This commit is contained in:
Alex Epstein 2018-01-03 09:26:04 -05:00
parent a8300df843
commit f43d4fa54a

View file

@ -254,7 +254,7 @@ EOF
while getopts "f:uvh" opt; do
while getopts "of:uvh" opt; do
case "$opt" in
\?) echo "Invalid option: -$OPTARG" >&2
exit 1