We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61cec8d commit 7fea7b2Copy full SHA for 7fea7b2
temp.sh
@@ -45,7 +45,7 @@ while getopts ":c: :d: :D :h :l :s: :v :x" opt; do
45
elif [ "$opt" = "h" ]; then prf "$usage"; exit 0
46
elif [ "$opt" = "l" ]; then debug="1"
47
elif [ "$opt" = "s" ]; then sleep_override="$OPTARG"
48
- elif [ "$opt" = "v" ]; then prf "Version 19.5"; exit 0
+ elif [ "$opt" = "v" ]; then prf "Version 19.6"; exit 0
49
elif [ "$opt" = "x" ]; then gpu_cmd="../nssim/nssim nvidia-settings"
50
elif [ "$opt" = ":" ]; then prf "Option -$OPTARG requires an argument"
51
else prf "Invalid option: -$OPTARG"; exit 1
0 commit comments