Move Xcode project to a separate tree parallel to src

This commit is contained in:
2018-02-19 02:09:31 -05:00
parent 827e1b2a6b
commit 8759aad90a
24 changed files with 92 additions and 75 deletions

7
pkg/unpack-scenario.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
# Usage: unpack-scenario.sh scenario-filename scenario-folder
rm -f "$2"
tar -xzf "$1"
mv scenario "$2"