mirror of
https://codeberg.org/kiss-community/repo
synced 2025-02-13 09:57:38 -07:00
3 lines
32 B
Bash
Executable File
3 lines
32 B
Bash
Executable File
#!/bin/sh
|
|
exec cc -std=c99 "$@"
|