Skip to content

Instantly share code, notes, and snippets.

@smakhtin
Created November 6, 2012 16:27
Show Gist options
  • Select an option

  • Save smakhtin/4025810 to your computer and use it in GitHub Desktop.

Select an option

Save smakhtin/4025810 to your computer and use it in GitHub Desktop.
Start and stop bash commands for VVVV remoting via ssh
#Stop
ps -W | grep vvvv | awk '{print $1}' | xargs kill -f
#Start
/usr/local/bin/PsExec.exe -i 1 -s -d `cygpath -w /cygdrive/c/vvvv/vvvv_45beta28.1/vvvv.exe` /o `cygpath -w /cygdrive/c/vvvv/test.v4p`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment