update-nobuild script

This commit is contained in:
nullifiedcat 2017-07-04 20:29:19 +03:00
parent 49f0dda2af
commit 747612a387
3 changed files with 16 additions and 15 deletions

@ -1 +1 @@
Subproject commit e532876ffd707a48389d54ff904dcc40a84f2839
Subproject commit 94a287d6faa00d44e1084b04e602842849858443

16
update
View File

@ -1,14 +1,2 @@
#!/usr/bin/env bash
git pull origin master
git submodule update --remote --recursive
make clean
make -j4
## Ask user if they would like to update the menu
#read -r -p "Update menu? (Y/n) " key
## If the user chose yes, then we run the script here
#if [ $key == "y"* ] || [ $key == "Y"* ]; then
# bash update-menu
#fi
bash ./update-nobuild
./build-tf2

13
update-nobuild Executable file
View File

@ -0,0 +1,13 @@
#!/usr/bin/env bash
git pull origin master
git submodule update --remote --recursive
make clean
## Ask user if they would like to update the menu
#read -r -p "Update menu? (Y/n) " key
## If the user chose yes, then we run the script here
#if [ $key == "y"* ] || [ $key == "Y"* ]; then
# bash update-menu
#fi