5 lines
28 B
Bash
Executable File
5 lines
28 B
Bash
Executable File
#!/bin/sh
|
|
|
|
gcc f.c -o f
|
|
./f
|