mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 07:11:36 +00:00
JB's little helper
This commit is contained in:
parent
2eb14bdbf4
commit
5c358a6353
1 changed files with 10 additions and 0 deletions
10
reaction/doit.sh
Executable file
10
reaction/doit.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# Script to set up after build on JB's system
|
||||
#
|
||||
cd build/release-linux-x86_64/
|
||||
cp Reaction* /usr/local/games/Reaction/
|
||||
cd Boomstick
|
||||
rm -f /usr/local/games/Reaction/Boomstick/zzzzzzzzzzzzzzzzzzzz-code.pk3
|
||||
zip -r /usr/local/games/Reaction/Boomstick/zzzzzzzzzzzzzzzzzzzz-code.pk3 vm/
|
||||
|
Loading…
Reference in a new issue