summaryrefslogtreecommitdiffstats
path: root/src/c89/c89.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/c89/c89.sh')
-rw-r--r--src/c89/c89.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/c89/c89.sh b/src/c89/c89.sh
new file mode 100644
index 0000000..52d6d45
--- /dev/null
+++ b/src/c89/c89.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/bin/cc -std=c89 "$@"