5 lines
No EOL
146 B
Bash
Executable file
5 lines
No EOL
146 B
Bash
Executable file
#!/usr/bin/env bash
|
|
(
|
|
cd ../arcan/build || exit
|
|
./arcan -T ../data/scripts -p ../../arcan-exercises/data ../../arcan-exercises/exercise1
|
|
) |