wneuper@59316: # switches isac from test-mode to coding-mode: wneuper@59316: # this closes signatures as much as possible for coding; wneuper@59316: wneuper@59316: cd src/Tools/isac wneuper@59316: find . -type f -exec sed -i s/'--- ! aktivate for Test_Isac BEGIN ---\\\*)'/'--- ! aktivate for Test_Isac BEGIN ---\\\* )'/g {} \; wneuper@59316: find . -type f -exec sed -i s/'(\*\\--- ! aktivate for Test_Isac END ---'/'( \*\\--- ! aktivate for Test_Isac END ---'/g {} \; wneuper@59316: cd ../../../ wneuper@59316: ./bin/isabelle jedit src/Tools/isac/Interpret/Interpret.thy &