Created
November 27, 2011 01:57
-
-
Save agrif/1396790 to your computer and use it in GitHub Desktop.
This file contains 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
agrif@anduril:~$ ssh flexy env | |
SHELL=/bin/sh | |
SSH_CLIENT=192.168.1.130 58557 22 | |
USER=mobile | |
MAIL=/var/mail/mobile | |
PATH=/usr/bin:/bin:/usr/sbin:/sbin | |
PWD=/private/var/mobile | |
SHLVL=1 | |
HOME=/var/mobile | |
LOGNAME=mobile | |
SSH_CONNECTION=192.168.1.130 58557 192.168.1.132 22 | |
_=/usr/bin/env | |
agrif@anduril:~$ ssh flexy cat .bashrc | |
export TESTVAR=9 | |
agrif@anduril:~$ ssh flexy cat .profile | |
alias ls='ls --color' | |
export DEBEMAIL="[email protected]" | |
export DEBFULLNAME="Aaron Griffith" | |
#export CPATH=/var/include | |
agrif@anduril:~$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment