summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Lange <b.lange@hzdr.de>2014-10-22 08:24:21 +0200
committerBert Lange <b.lange@hzdr.de>2014-10-22 08:24:21 +0200
commitddb78b74f2ee7460cb64493521d5dfcf99208d7f (patch)
tree507735b33ff1728c3dff2e07043db926f57ba8e8
parenta391790f1e78bd01e647b468ad73bdf1c86c335c (diff)
downloadzpu-ddb78b74f2ee7460cb64493521d5dfcf99208d7f.zip
zpu-ddb78b74f2ee7460cb64493521d5dfcf99208d7f.tar.gz
add: eagle and cpp files
-rw-r--r--set_mod_bits.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/set_mod_bits.sh b/set_mod_bits.sh
index fa0b9c8..7f0af4b 100644
--- a/set_mod_bits.sh
+++ b/set_mod_bits.sh
@@ -24,6 +24,7 @@ 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 "*.cpp" -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
@@ -39,6 +40,10 @@ 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
+find -iname "*.sch" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.brd" -type f -executable -print0 | xargs -0 chmod -x
+find -iname "*.lbr" -type f -executable -print0 | xargs -0 chmod -x
+
# fix group
find -not -group None -print0 | xargs -0 chown :None
OpenPOWER on IntegriCloud