Created
November 25, 2009 19:30
-
-
Save dysinger/242958 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/sh | |
| # on the laptop add to .emacs | |
| # (setq server-use-tcp t) (server-start) | |
| # then ssh w/ port forwarding to a public box | |
| ssh -R 22:127.0.0.1:43210 dev.sa2s.us | |
| # on the public pairing box | |
| ssh -p 43210 localhost | |
| # now on the mac | |
| emacsclient -nw -f server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment