Admin/Release/CHECKLIST
changeset 69169 a5640ec8fcb8
parent 68738 34b8ff7cb109
child 69310 bf5cbefb5c1f
--- a/Admin/Release/CHECKLIST	Sun Oct 21 18:32:33 2018 +0200
+++ b/Admin/Release/CHECKLIST	Sun Oct 21 19:34:11 2018 +0200
@@ -20,6 +20,10 @@
 - test Windows 10 subsystem for Linux:
   https://docs.microsoft.com/en-us/windows/wsl/install-win10
 
+- check (non-)executable files:
+    $ find . "(" -name "*.thy" -o -name "*.ML" -o -name "*.scala" -o -name ROOT ")" -executable
+    $ find -type f -executable
+
 - check sources:
     isabelle check_sources '~~' '$AFP_BASE'
     isabelle imports -M -a -d '~~/src/Benchmarks'