b3c98abce0
This script is similar to c89(1) and c99(1). It's a NetBSD extension. The c89(1) and c99(1) scripts are part of POSIX.
3 lines
41 B
Bash
3 lines
41 B
Bash
#!/bin/sh
|
|
exec /usr/bin/cc -std=c11 "$@"
|