Created
August 14, 2015 06:35
-
-
Save gfa/7609b66bc1d1a5fd51e9 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
[ -f $HOME/.keychain/$HOSTNAME-sh ] && | |
. $HOME/.keychain/$HOSTNAME-sh | |
scp ~/.Xauthority firefox.lap: | |
xhost +firefox | |
xhost +firefox.lap | |
export DISPLAY=laptop${DISPLAY} | |
ssh -oCompression=no firefox.zumbi.lap DISPLAY=${DISPLAY} firefox $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment