summaryrefslogtreecommitdiffstats
path: root/set_mod_bits.sh
blob: 67ae2adf48d83b63821d591ba2117af48022bbd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/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 *.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 Makefile -type f -executable -print0 | xargs -0 chmod -x
OpenPOWER on IntegriCloud