Annotation of coherent/a/usr/bin/chmog, revision 1.1

1.1     ! root        1: : /usr/local/chmog 3/12/90
        !             2: : Usage: chmog mode owner group file ...
        !             3: if [ $# -lt 4 ] ; then
        !             4:        echo Usage: chmog mode owner group file ...
        !             5:        exit 1
        !             6: fi
        !             7: 
        !             8: mode=$1
        !             9: shift
        !            10: owner=$1
        !            11: shift
        !            12: group=$1
        !            13: shift
        !            14: chown $owner $* || exit 1
        !            15: chgrp $group $* || exit 1
        !            16: chmod $mode $* || exit 1
        !            17: exit 0

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.