mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-04 22:15:37 -07:00
3 lines
32 B
Plaintext
3 lines
32 B
Plaintext
|
#!/bin/sh
|
||
|
exec cc -std=c99 "$@"
|