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