summaryrefslogtreecommitdiffstats
path: root/set_mod_bits.sh
diff options
context:
space:
mode:
authorBert Lange <b.lange@hzdr.de>2012-02-21 17:31:11 +0100
committerBert Lange <b.lange@hzdr.de>2012-02-21 17:31:11 +0100
commitf83eb9fd22a9f1452ecb2dd5449a7079d813c198 (patch)
treee688bb7a720cc41259a18ba068dfb66bdac30555 /set_mod_bits.sh
parent4e470fd8220ace64b3b96a40e468d4478b8b3af9 (diff)
downloadzpu-f83eb9fd22a9f1452ecb2dd5449a7079d813c198.zip
zpu-f83eb9fd22a9f1452ecb2dd5449a7079d813c198.tar.gz
cleanup
Diffstat (limited to 'set_mod_bits.sh')
-rw-r--r--set_mod_bits.sh33
1 files changed, 18 insertions, 15 deletions
diff --git a/set_mod_bits.sh b/set_mod_bits.sh
index 0ad86b0..c7d8067 100644
--- a/set_mod_bits.sh
+++ b/set_mod_bits.sh
@@ -1,24 +1,24 @@
#!/bin/sh
-find -iname "*.vhd" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.vhd" -type f -executable -print0 | xargs -0 chmod -x
-find -iname "*.txt" -type f -executable -print0 | xargs -0 chmod -x
-find -iname "*.pdf" -type f -executable -print0 | xargs -0 chmod -x
-find -iname "*.png" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.txt" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.pdf" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.png" -type f -executable -print0 | xargs -0 chmod -x
-find -iname "*.vym" -type f -executable -print0 | xargs -0 chmod -x
-find -iname "*.dot" -type f -executable -print0 | xargs -0 chmod -x
-find -iname "*.odt" -type f -executable -print0 | xargs -0 chmod -x
-find -iname "*.odg" -type f -executable -print0 | xargs -0 chmod -x
-find -iname "*.doc" -type f -executable -print0 | xargs -0 chmod -x
-find -iname "*.xls" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.vym" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.dot" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.odt" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.odg" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.doc" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.xls" -type f -executable -print0 | xargs -0 chmod -x
-find -iname "*.ucf" -type f -executable -print0 | xargs -0 chmod -x
-find -iname "*.bmm" -type f -executable -print0 | xargs -0 chmod -x
-find -iname "*.cmd" -type f -executable -print0 | xargs -0 chmod -x
-find -iname "*.xise" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.ucf" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.bmm" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.cmd" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.xise" -type f -executable -print0 | xargs -0 chmod -x
-find -iname "*.log" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.log" -type f -executable -print0 | xargs -0 chmod -x
find -iname modelsim.ini -type f -executable -print0 | xargs -0 chmod -x
find -iname "*.c" -type f -executable -print0 | xargs -0 chmod -x
@@ -32,6 +32,9 @@ find -iname "*.do" -type f -executable -print0 | xargs -0 chmod -x
find -iname "*.tar.gz" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.php" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.js" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.css" -type f -executable -print0 | xargs -0 chmod -x
# fix group
find -not -group None -print0 | xargs -0 chown :None
OpenPOWER on IntegriCloud