6 lines
39 B
Bash
6 lines
39 B
Bash
#!/bin/sh
|
|
|
|
gcc /app/f.c -o /app/f
|
|
|
|
./f
|
#!/bin/sh
|
|
|
|
gcc /app/f.c -o /app/f
|
|
|
|
./f
|