update-nobuild script
This commit is contained in:
parent
49f0dda2af
commit
747612a387
@ -1 +1 @@
|
||||
Subproject commit e532876ffd707a48389d54ff904dcc40a84f2839
|
||||
Subproject commit 94a287d6faa00d44e1084b04e602842849858443
|
16
update
16
update
@ -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
13
update-nobuild
Executable 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
|
Reference in New Issue
Block a user