9 lines
122 B
Bash
9 lines
122 B
Bash
#!/bin/bash
|
|
|
|
source cbuild/init.sh
|
|
|
|
print "${CYAN}================[exec]================\n"
|
|
cd $OUTDIR
|
|
./$EXEC_FILE
|
|
cd ..
|