summaryrefslogtreecommitdiffstats
path: root/set_mod_bits.sh
diff options
context:
space:
mode:
authorBert Lange <b.lange@fzd.de>2011-06-24 16:00:41 +0200
committerBert Lange <b.lange@fzd.de>2011-06-24 16:00:41 +0200
commitb947b894203d1ce6db22fe9c3d0f5c18468aff9e (patch)
treecae75a65c7fdb654ddb4c5aa318e7f7445e501ed /set_mod_bits.sh
parent99594a8fbbd914624e645485038028c977cd8cb5 (diff)
downloadzpu-b947b894203d1ce6db22fe9c3d0f5c18468aff9e.zip
zpu-b947b894203d1ce6db22fe9c3d0f5c18468aff9e.tar.gz
just updates
Diffstat (limited to 'set_mod_bits.sh')
-rw-r--r--set_mod_bits.sh43
1 files changed, 24 insertions, 19 deletions
diff --git a/set_mod_bits.sh b/set_mod_bits.sh
index 1ee105a..b7f6cc8 100644
--- a/set_mod_bits.sh
+++ b/set_mod_bits.sh
@@ -1,28 +1,33 @@
#!/bin/sh
-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 *.vym -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 *.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 *.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 *.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
-find -iname *.h -type f -executable -print0 | xargs -0 chmod -x
-
-find -iname *.in -type f -executable -print0 | xargs -0 chmod -x
-find -iname *.help -type f -executable -print0 | xargs -0 chmod -x
+find -iname *.c -type f -executable -print0 | xargs -0 chmod -x
+find -iname *.h -type f -executable -print0 | xargs -0 chmod -x
+
+find -iname *.in -type f -executable -print0 | xargs -0 chmod -x
+find -iname *.help -type f -executable -print0 | xargs -0 chmod -x
find -iname Makefile -type f -executable -print0 | xargs -0 chmod -x
-find -iname *.do -type f -executable -print0 | xargs -0 chmod -x
+find -iname *.do -type f -executable -print0 | xargs -0 chmod -x
find -iname *.tar.gz -type f -executable -print0 | xargs -0 chmod -x
OpenPOWER on IntegriCloud