first commit

This commit is contained in:
2022-09-09 18:40:34 +06:00
commit 990af1d10c
14 changed files with 282 additions and 0 deletions

8
default_tasks/exec.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
source cbuild/init.sh
print "${CYAN}================[exec]================\n"
cd $OUTDIR
./$EXEC_FILE
cd ..