This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Dan Shumaker modified&added features: | |
# 1. Use terminus instead of drush | |
# 2. Save standard options (if user wants to they can save their settings on lines 14-18 and not have to have any cli options) | |
# 3. Auto generate standard live,test,dev enviornment files | |
# 4. Removed dependency on separate spf template file. | |
# | |
# Tested with El Capitan, Sequel Pro 1.1 (Obac 177), terminus 0.10.0 | |
# original: https://gist.github.com/aaronbauman/f50cc691eb3ed60a358c |