Admin/Windows/Cygwin/isabelle/rebaseall
author nipkow
Wed, 16 Oct 2013 21:45:15 +0200
changeset 54122 0941a2024569
parent 52672 8de4235298cb
child 60985 9d7ba380223c
permissions -rwxr-xr-x
merged

#!/bin/dash

export PATH=/bin

FILE_LIST="$(mktemp)"

for DIR in contrib/polyml*
do
  find "$DIR" -name "*.dll" >> "$FILE_LIST"
done

dash /bin/rebaseall -T "$FILE_LIST"

rm -f "$FILE_LIST"