cbuild/default_tasks/exec.sh
2024-07-12 01:55:58 +03:00

6 lines
53 B
Bash
Executable File

#!/usr/bin/env bash
cd "$OUTDIR"
./$EXEC_FILE
cd ..