diff options
Diffstat (limited to 'comp_run.sh')
-rwxr-xr-x | comp_run.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/comp_run.sh b/comp_run.sh new file mode 100755 index 0000000..341c5ef --- /dev/null +++ b/comp_run.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +sh build.sh && build/main |