Files
sbn.cassigment/run
2020-08-03 11:57:27 +07:00

10 lines
185 B
Bash
Executable File

#!/bin/bash
# echo "compile the program.c file..."
# gcc work1/main.c -o program
# echo "run the program..."
# ./program
rm -r single.bin
gcc work1/q1.c -o single.bin && ./single.bin