Skip to content

Instantly share code, notes, and snippets.

@wolfskaempf
Created February 3, 2016 17:46
Show Gist options
  • Select an option

  • Save wolfskaempf/e75d66b78ef5fe302251 to your computer and use it in GitHub Desktop.

Select an option

Save wolfskaempf/e75d66b78ef5fe302251 to your computer and use it in GitHub Desktop.
Trigger the autoupdate.sh script on the remote server from the local command line
#!/bin/bash
ssh django@stats.eyp.org './autoupdate.sh && exit'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment