3 lines
46 B
Bash
3 lines
46 B
Bash
|
#!/bin/bash
|
||
|
gcc -o test.bin clear.c
|
||
|
./test.bin
|