Skip to content

Instantly share code, notes, and snippets.

@devn
Forked from rsanheim/gist:1871433
Created March 12, 2012 01:08
Show Gist options
  • Save devn/2019102 to your computer and use it in GitHub Desktop.
Save devn/2019102 to your computer and use it in GitHub Desktop.
ec2_display.sh
#!/bin/bash
export DISPLAY=":$(ps -ef|grep '.*nxagent.*-[D].*' | cut -d':' -f5).0"
xhost +SI:localuser:pair
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment