Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
nan0s7 committed Aug 8, 2022
1 parent 61cec8d commit 7fea7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion temp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ while getopts ":c: :d: :D :h :l :s: :v :x" opt; do
elif [ "$opt" = "h" ]; then prf "$usage"; exit 0
elif [ "$opt" = "l" ]; then debug="1"
elif [ "$opt" = "s" ]; then sleep_override="$OPTARG"
elif [ "$opt" = "v" ]; then prf "Version 19.5"; exit 0
elif [ "$opt" = "v" ]; then prf "Version 19.6"; exit 0
elif [ "$opt" = "x" ]; then gpu_cmd="../nssim/nssim nvidia-settings"
elif [ "$opt" = ":" ]; then prf "Option -$OPTARG requires an argument"
else prf "Invalid option: -$OPTARG"; exit 1
Expand Down

0 comments on commit 7fea7b2

Please sign in to comment.