Skip to content

Instantly share code, notes, and snippets.

@ramntry
Created October 27, 2014 11:57
Show Gist options
  • Select an option

  • Save ramntry/f92c5599fc48d4774e8d to your computer and use it in GitHub Desktop.

Select an option

Save ramntry/f92c5599fc48d4774e8d to your computer and use it in GitHub Desktop.
#!/bin/bash
if [ -z "$1" ]; then
filename=$(basename `pwd`)
fi
cat > ${filename}.v <<EOF
Require Export SfLib.
(*
*** Local Variables: ***
*** coq-load-path: ("../book-sources") ***
*** End: ***
*)
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment