This website works better with JavaScript.
Home
Explore
Help
Sign In
cosine
/
nv-moba
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add UNTESTED export all script
master
Luna
7 years ago
parent
d27d3f5f68
commit
f695de348e
1 changed files
with
23 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+23
-0
util/export-all.sh
+ 23
- 0
util/export-all.sh
View File
@ -0,0 +1,23 @@
set
-v
wait
(
)
{
echo
"Fix any merge conflicts / etc then resume by entering here: "
read
_
}
echo
"This may go very wrong. Enter at your own risk."
git checkout config-qwerty
git merge master
wait
util/export-universal.sh
git checkout config-installer
git merge master
wait
util/export-installers.sh
echo
"Done???"
Write
Preview
Loading…
Cancel
Save