cbuild/default_tasks/exec.sh
2023-01-15 20:32:14 +03:00

6 lines
43 B
Bash
Executable File

#!/bin/bash
cd $OUTDIR
./$EXEC_FILE
cd ..