Move Xcode project to a separate tree parallel to src
This commit is contained in:
7
pkg/unpack-scenario.sh
Executable file
7
pkg/unpack-scenario.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Usage: unpack-scenario.sh scenario-filename scenario-folder
|
||||
|
||||
rm -f "$2"
|
||||
tar -xzf "$1"
|
||||
mv scenario "$2"
|
||||
|
||||
Reference in New Issue
Block a user