mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00: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
|