Isabelle
author wenzelm
Thu, 16 Feb 2012 14:14:58 +0100
changeset 46502 3d43d4d4d071
parent 44861 329ced2615eb
child 50805 69439c9defec
permissions -rwxr-xr-x
more uniform / portable representation of the idea of "copy_dir" (NB: cp -f dereferences symlinks on GNU/Linux, but does not on old-school Unixen including BSD/Mac OS X);

#!/usr/bin/env bash
#
# Author: Makarius
#
# Default Isabelle application wrapper.

exec "$(dirname "$0")"/bin/isabelle jedit "$@"