Skip to content

Instantly share code, notes, and snippets.

@Inquisitor-Sasha
Created February 3, 2014 05:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Inquisitor-Sasha/8779093 to your computer and use it in GitHub Desktop.
Save Inquisitor-Sasha/8779093 to your computer and use it in GitHub Desktop.
Simplifies the command to upload files to the SashaWeb.net webserver. Best when used with a combined GUI terminal that allows dropping files to supply file paths.
#!/bin/bash
scp $1 sasha@server.sturmkrieg.com:/server/******/******/sashaweb.net/www/$2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment