From 6b798d8fd6f69e2bc314bf85e8324a67a878af1a Mon Sep 17 00:00:00 2001
From: xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>
Date: Mon, 4 Sep 2006 15:38:29 +0000
Subject: [PATCH] Convenience command

git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@74 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
---
 coq | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100755 coq

diff --git a/coq b/coq
new file mode 100755
index 000000000..1f6bf5f83
--- /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 "$@"
-- 
GitLab