Created
November 6, 2012 16:27
-
-
Save smakhtin/4025810 to your computer and use it in GitHub Desktop.
Start and stop bash commands for VVVV remoting via ssh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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