Skip to content

Instantly share code, notes, and snippets.

View fosterbrereton's full-sized avatar

Foster Brereton fosterbrereton

View GitHub Profile
@fosterbrereton
fosterbrereton / chmodr.sh
Created April 4, 2018 06:33 — forked from francisbyrne/chmodr.sh
Recursive chmod script for dirs and/or files
#!/bin/sh
#
# chmodr.sh
#
# author: Francis Byrne
# date: 2011/02/12
#
# Generic Script for recursively setting permissions for directories and files
# to defined or default permissions using chmod.
#