sbn.cassigment/run

6 lines
113 B
Plaintext
Raw Normal View History

2020-07-31 17:49:59 +07:00
#!/bin/bash
echo "compile the program.c file..."
gcc work1/main.c -o program
echo "run the program..."
./program