f4a966f
diff --git a/magic/Magdir/varied.script b/magic/Magdir/varied.script
f4a966f
index 7f4e405..b3b50d5 100644
f4a966f
--- a/magic/Magdir/varied.script
f4a966f
+++ b/magic/Magdir/varied.script
f4a966f
@@ -4,27 +4,35 @@
f4a966f
 
f4a966f
 0	string/t		#!\ /			a
f4a966f
 >3	string		>\0			%s script text executable
f4a966f
+!:strength / 10
f4a966f
 
f4a966f
 0	string/b		#!\ /			a
f4a966f
 >3	string		>\0			%s script executable (binary data)
f4a966f
+!:strength / 10
f4a966f
 
f4a966f
 0	string/t		#!\t/			a
f4a966f
 >3	string		>\0			%s script text executable
f4a966f
+!:strength / 10
f4a966f
 
f4a966f
 0	string/b		#!\t/			a
f4a966f
 >3	string		>\0			%s script executable (binary data)
f4a966f
+!:strength / 10
f4a966f
 
f4a966f
 0	string/t		#!/			a
f4a966f
 >2	string		>\0			%s script text executable
f4a966f
+!:strength / 10
f4a966f
 
f4a966f
 0	string/b		#!/			a
f4a966f
 >2	string		>\0			%s script executable (binary data)
f4a966f
+!:strength / 10
f4a966f
 
f4a966f
 0	string/t		#!\ 			script text executable
f4a966f
 >3	string		>\0			for %s
f4a966f
+!:strength / 10
f4a966f
 
f4a966f
 0	string/b		#!\ 			script executable
f4a966f
 >3	string		>\0			for %s (binary data)
f4a966f
+!:strength / 10
f4a966f
 
f4a966f
 # using env
f4a966f
 0	string/t	#!/usr/bin/env		a