Delete developer/recompile-and-restart.sh

This commit is contained in:
Agent X 2024-04-22 19:33:03 -04:00 committed by GitHub
parent 12e8312eda
commit 15377ada33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -1,3 +0,0 @@
#!/bin/bash
cmd //C "taskkill /F /T /IM sm64coopdx.exe"
cd ..; make -j; if [ $? -ne 0 ]; then echo ' '; echo ' '; echo '----------------------------------------'; echo '[BUILDING/COMPILING FAILED]'; echo '----------------------------------------'; echo ' '; else echo ' '; echo ' '; echo '++++++++++++++++++++++++++++++++++++++++'; echo '[BUILDING/COMPILING SUCCESSFUL]'; echo '++++++++++++++++++++++++++++++++++++++++'; echo ' '; start build/us_pc/sm64coopdx.exe --console --server 7777; fi; read -p 'Press [Enter] to close...'