Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
echo $0
# Auto-run via:
# sh -c "$(curl -fsSL https://gist.githubusercontent.com/JTronLabs/3dc0946d9fbe5348d648/raw/5186b71054c6a0bed72ccaf1e4fd44184622916f/setup_new_debian_os.sh)"
MY_NAME="James Lowrey"
GIT_EMAIL="jtronlabs@gmail.com"
VERT_SPACE="\n\n\n\n\n"
@JarLowrey
JarLowrey / update_rails_site.sh
Last active March 12, 2016 21:39
script to update rails website from a Git repo on a Digital Ocean 1-click Rails server
#!/bin/sh
echo $0
#go to UACT website directory
cd ~rails/UACT
#update repo
git pull origin master