wip
This commit is contained in:
parent
b316903495
commit
a410b9d97a
2 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
target
|
target
|
||||||
|
repo
|
||||||
|
|
3
unbox.sh
3
unbox.sh
|
@ -72,7 +72,8 @@ if [[ $# -ge 1 ]]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
unbox_outer_stage
|
git pull
|
||||||
|
$0 unbox_outer_stage
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in a new issue