summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2024-08-28 00:18:53 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2024-08-28 00:18:53 +0330
commite9d373a154f538ef316940a142f652dba1a9bea6 (patch)
tree1330afde6a7e695e6e334f12483c732eca90314e /run
initial commit
Diffstat (limited to 'run')
-rwxr-xr-xrun7
1 files changed, 7 insertions, 0 deletions
diff --git a/run b/run
new file mode 100755
index 0000000..0d47252
--- /dev/null
+++ b/run
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+project_name="atui"
+
+./compile && "./build/$project_name" "$@"
+echo
+echo "$?"