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
#### | |
# STREAMING RADIO | |
#### | |
ojciek() { | |
PS3='Please enter your choice: ' | |
options=("WNCW" "WNTI" "KRCL" "KUTX" "KCRW: Music" "WBGO" "Quit") |
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
ojciek() | |
{ | |
compass create $1 -l [PATH_TO_REPO] --using ojciek -r singularitygs -r singularity-extras -r color-schemer -r compass-normalize -r toolkit --sass-dir=sass --css-dir=css | |
} |
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
dretup() | |
{ | |
drush vset --yes preprocess_js FALSE | |
drush vset --yes preprocess_css FALSE | |
drush vset --yes file_private_path "sites/default/files/private" | |
drush vset --yes file_public_path "sites/default/files" | |
drush vset --yes page_compression 0 | |
drush vset --yes block_cache 0 | |
drush vset --yes cache 0 | |
drush vset --yes error_level 2 |
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
drup() | |
{ | |
cd /var/www/sevencore/ | |
cowsay "Updating D7 core for Netbeans." | |
git pull | |
cd /var/www/$1/sites/default/ | |
cowsay "Changing directory to /var/www/"$1"/sites/default" | |
cowsay "Temporarily moving to root. Updating core." | |
(cdd && git pull --rebase && drush updatedb -y) | |
cowsay "Moving back to /var/www/"$1"/sites/default. Updating the "$1" repo." |