Skip to content

Instantly share code, notes, and snippets.

@millerda
Created January 29, 2014 14:24
Show Gist options
  • Save millerda/8689018 to your computer and use it in GitHub Desktop.
Save millerda/8689018 to your computer and use it in GitHub Desktop.
Script written for updating website - for tech blog
#!/bin/bash
# small script used to update files for website
scp -r ~/website/. user@website.com:/var/www/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment