Skip to content

Commit

Permalink
telnet
Browse files Browse the repository at this point in the history
Signed-off-by: Jessica Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Jul 23, 2015
1 parent 9a96bd9 commit 52af9fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ done
[[ -e "$HOME/.ssh/config" ]] && complete -o "default" -o "nospace" -W "$(grep "^Host" ~/.ssh/config | grep -v "[?*]" | cut -d " " -f2 | tr ' ' '\n')" scp sftp ssh

# print a fortune when the terminal opens
fortune -a -s | lolcat
#fortune -a -s | lolcat
5 changes: 5 additions & 0 deletions .dockerfunc
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,11 @@ t(){
--log-driver none \
jess/t "$@"
}
telnet(){
docker run -it --rm \
--log-driver none \
jess/telnet "$@"
}
termboy(){
del_stopped termboy
local game=$1
Expand Down

0 comments on commit 52af9fa

Please sign in to comment.