9 lines
130 B
Bash
9 lines
130 B
Bash
#!/bin/bash
|
|
|
|
source build_scripts/init.sh
|
|
|
|
print "${CYAN}================[test]================\n"
|
|
cd $OUTDIR
|
|
./$BUILD_FILE
|
|
cd ..
|