mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2024-11-09 22:01:32 +03:00
6 lines
61 B
Bash
Executable File
6 lines
61 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd Tests/Fixtures/TestProject
|
|
./build.sh
|