summaryrefslogtreecommitdiffstats
path: root/src/c99/c99.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-06-21 02:03:31 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-06-21 02:03:31 (EDT)
commit9013caa232468f7a5feb5f77ebee6891fc17aed3 (patch)
treeacf1b6e0619361ccbd2c68f9db8e84ec60613346 /src/c99/c99.sh
Initial commit.gcc-defaults/0.1
Diffstat (limited to 'src/c99/c99.sh')
-rw-r--r--src/c99/c99.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/c99/c99.sh b/src/c99/c99.sh
new file mode 100644
index 0000000..15cab47
--- /dev/null
+++ b/src/c99/c99.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/bin/cc -std=c99 "$@"