summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcoq4
1 files changed, 4 insertions, 0 deletions
diff --git a/coq b/coq
new file mode 100755
index 0000000..1f6bf5f
--- /dev/null
+++ b/coq
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Start coqide with the right -I options
+
+exec coqide -I lib -I common -I backend -I cfrontend "$@"