localhost.run
@localhost_run
put localhost on the internet
ID: 833775057159725057
http://localhost.run 20-02-2017 20:27:19
269 Tweet
770 Followers
0 Following
Want to quickly share the local site/app with your friend? Put this snippet in your .bashrc/.zshrc and you should be good to go! share() { ssh -R 80:localhost:$1 [email protected] } Thanks, localhost.run! #developers #development #bash