Supports remote decompile

This commit is contained in:
Sotr
2019-03-04 18:57:06 +08:00
parent dc3c114449
commit a7fa67a9c3
5 changed files with 11 additions and 13 deletions

View File

@@ -1,12 +0,0 @@
#!/usr/bin/env bash
(
set -e
basedir="$(cd "$1" && pwd -P)"
(git submodule update --init --remote && git add . && git commit -m 'Upstream Paper') || (
echo "Failed to upstream"
exit 1
) || exit 1
)