linux_c_learn/exec/run.sh

4 lines
80 B
Bash
Executable File

#!/bin/bash
gcc -o app.bin ./app.c
gcc -o test.bin ./exec.c
./test.bin ./app.bin