Skip to content

Instantly share code, notes, and snippets.

View chadwithuhc's full-sized avatar

cheddar chadwithuhc

View GitHub Profile
@chadwithuhc
chadwithuhc / rename_module.sh
Created October 24, 2012 21:31 — forked from HighwayofLife/rename_module.sh
Rename/Duplicate PyroCMS Module Bash Script
#!/bin/bash
##
# Modified version of https://gist.github.com/3680107
#
# Tested for use on Mac OS X 10.7.5 with Bash 3.2.48(1)-release
#
# Old module needs to be in system/cms/modules and a single word (Ex: blogs not site_blogs)
##