setperms.sh
Sunday, August 28th, 2005Quickly fix permissions under one directory. Get it. Or see it…
#!/bin/bash
#
# Fri Aug 19 17:16:21 CEST 2005 * Miguel de Benito <nonick AT 8027 DOT org>
#
# Fixes permissions under one directory
#
# TODO: don’t use find -exec but run per-file to be able to check chmod return code
#
##################
# Load lib
#
[ ! -f ~/bin/messages.sh ] && […]

