File: fix-permissions.sh

package info (click to toggle)
tuxpaint-stamps 2006.10.21-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 22,728 kB
  • ctags: 15
  • sloc: makefile: 189; python: 94; sh: 32; objc: 7
file content (7 lines) | stat: -rwxr-xr-x 159 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
#!/bin/sh

echo "...Setting proper file permissions... (in $1)"
echo
chmod -R a+rX,g-w,o-w "$1"stamps
find "$1"stamps -type f -perm 755 -exec chmod 644 {} \;