diff options
author | talha <sarcxd@gmail.com> | 2025-03-23 00:20:16 +0500 |
---|---|---|
committer | talha <sarcxd@gmail.com> | 2025-03-23 00:20:16 +0500 |
commit | 4ded80f7145c08cd1f94d5f2af8dcd8d0452f507 (patch) | |
tree | 1ee0be90f169095fc9e2730ea3eced013be9e36a /comp_run.sh | |
parent | f8dd0bb51027d428d0cab7951489647656db0290 (diff) |
Updated Quad Drawing, Added compile and run script
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 |