Admin/Windows/Cygwin/isabelle/rebaseall
author wenzelm
Thu, 10 Jan 2013 19:53:38 +0100
changeset 50808 1702ed63c2db
parent 50807 c065f3d14197
child 50888 bfe84bbd010b
permissions -rw-r--r--
more general prover termination dialog, which might indicate undetected failure or just ML "exit 0";

#!/bin/dash

PATH=/bin

FILE_LIST="$(mktemp)"

for DIR in "$@"
do
  find "$DIR" -name "*.dll" >> "$FILE_LIST"
done

dash /bin/rebaseall -T "$FILE_LIST"

rm -f "$FILE_LIST"