linux_c_learn/exec/run.sh

4 lines
80 B
Bash
Raw Normal View History

2024-02-27 12:28:51 +00:00
#!/bin/bash
gcc -o app.bin ./app.c
gcc -o test.bin ./exec.c
./test.bin ./app.bin