Skip to content

Instantly share code, notes, and snippets.

@Licenser
Created November 19, 2009 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Licenser/d0facb6eab4bc5c758d1 to your computer and use it in GitHub Desktop.
Save Licenser/d0facb6eab4bc5c758d1 to your computer and use it in GitHub Desktop.
(with-session "user" "pass" "host"
(with-shell
(println (shell-read-all))
(shell-exec "exec bash")
(shell-exec "export PS1=\"\\h:\\w# \"")
(println (shell-exec "ls"))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment