Browse Source

Add UNTESTED export all script

master
Luna 7 years ago
parent
commit
f695de348e
1 changed files with 23 additions and 0 deletions
  1. +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???"

Loading…
Cancel
Save