Skip to content

Instantly share code, notes, and snippets.

@krlmlr
Forked from anonymous/ivt-xpra
Last active December 20, 2015 16:59
Show Gist options
  • Save krlmlr/6165018 to your computer and use it in GitHub Desktop.
Save krlmlr/6165018 to your computer and use it in GitHub Desktop.
#!/bin/sh
ATTACH_TO=ssh:$1
echo -n "\033]0;xpra $1\007"
echo "Attaching to $ATTACH_TO..." >> /dev/stderr
xpra attach $ATTACH_TO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment