File: proofgeneral-shell-script

package info (click to toggle)
proofgeneral 4.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,172 kB
  • sloc: lisp: 33,783; makefile: 388; sh: 118; perl: 109
file content (5 lines) | stat: -rw-r--r-- 112 bytes parent folder | download
1
2
3
4
5
#!/bin/sh

if emacs --version | grep -q 'Emacs 2[56789]' ; then 
    emacs -f proof-splash-display-screen $*
fi