Skip to content

Instantly share code, notes, and snippets.

View m0ngr31's full-sized avatar
👍

Joe Ipson m0ngr31

👍
View GitHub Profile

Keybase proof

I hereby claim:

  • I am m0ngr31 on github.
  • I am m0ngr31 (https://keybase.io/m0ngr31) on keybase.
  • I have a public key ASBsRkTaGFNOrCkTHlKefjzqedVAPuWrK9ZkpYSsNXC84wo

To claim this, I am signing this object:

@m0ngr31
m0ngr31 / login.bat
Last active August 29, 2015 14:24
Easy SSH tunnel of VM w/ grunt and live reload ports w/ auto tmux session
ssh vagrant@192.168.137.100 -L 9000:127.0.0.1:9000 -L 35729:127.0.0.1:35729 -t -- /bin/sh -c 'tmux has-session && exec tmux attach || exec tmux'