forked from kiss-community/repo
3 lines
32 B
Plaintext
3 lines
32 B
Plaintext
|
#!/bin/sh
|
||
|
exec cc -std=c99 "$@"
|