summaryrefslogtreecommitdiff
path: root/coq
blob: 1f6bf5f837732b02a3142d1d6ac19d58d6b77d8f (plain)
1
2
3
4
#!/bin/sh
# Start coqide with the right -I options

exec coqide -I lib -I common -I backend -I cfrontend "$@"