diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2024-08-28 00:18:53 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2024-08-28 00:18:53 +0330 |
commit | e9d373a154f538ef316940a142f652dba1a9bea6 (patch) | |
tree | 1330afde6a7e695e6e334f12483c732eca90314e /run |
initial commit
Diffstat (limited to 'run')
-rwxr-xr-x | run | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +#!/bin/bash + +project_name="atui" + +./compile && "./build/$project_name" "$@" +echo +echo "$?" |