X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=the-big-benchmark.sh;h=9f33ef655d183a478b6aecaf799906e9db45d871;hp=7159ef8f453b284ff1ceb217f583ebd0bdd96851;hb=5dfb3765fc7d66c1bce155195af2448dfb5b213c;hpb=3738580fe1d9ce9cdfdba733d6a7b6cfcf3dfc03 diff --git a/the-big-benchmark.sh b/the-big-benchmark.sh index 7159ef8f..9f33ef65 100755 --- a/the-big-benchmark.sh +++ b/the-big-benchmark.sh @@ -8,21 +8,23 @@ echo echo "WARNING: running this script will destroy ANY local changes you" echo "might have on the repository." echo -echo "Are you absolutely sure you want to run this?" -echo -while :; do - echo -n "y/n: " - read -r yesno - case "$yesno" in - y) - break - ;; - n) - echo "Aborted." - exit 1 - ;; - esac -done +if [ x"$1" != x"--yes" ]; then + echo "Are you absolutely sure you want to run this?" + echo + while :; do + echo -n "y/n: " + read -r yesno + case "$yesno" in + y) + break + ;; + n) + echo "Aborted." + exit 1 + ;; + esac + done +fi set -x rm -f data/benchmark.log