\r
:copied\r
\r
+set /p choice=This script will DELETE any custom files in the Xonotic folder. Do you want to continue [Y/N]?\r
+if /i not "%choice%" == "Y" goto end\r
+\r
set buildtype=release\r
if "%~n0" == "update-to-autobuild" set buildtype=autobuild\r
\r
exit 1
fi
+echo >&2 "This script will DELETE any custom files in the Xonotic folder. Press ENTER to continue, or Ctrl-C to abort."
+read -r DUMMY
+
case "${0##*/}" in
update-to-autobuild.sh)
buildtype=autobuild
\r
:copied\r
\r
+set /p choice=This script will DELETE any custom files in the Xonotic folder. Do you want to continue [Y/N]?\r
+if /i not "%choice%" == "Y" goto end\r
+\r
set buildtype=release\r
if "%~n0" == "update-to-autobuild" set buildtype=autobuild\r
\r
exit 1
fi
+echo >&2 "This script will DELETE any custom files in the Xonotic folder. Press ENTER to continue, or Ctrl-C to abort."
+read -r DUMMY
+
case "${0##*/}" in
update-to-autobuild.sh)
buildtype=autobuild