4 lines
68 B
Bash
Executable File
4 lines
68 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -r work1.bin
|
|
gcc work1.c -o work1.bin && ./work1.bin |