Skip to content

Instantly share code, notes, and snippets.

@swaldman3
swaldman3 / install_mosh_locally.sh
Created February 21, 2016 06:00 — forked from xiaom/install_mosh_locally.sh
install mosh locally
#!/bin/sh
# this script does absolutely ZERO error checking. however, it worked
# for me on a RHEL 6.3 machine on 2012-08-08. clearly, the version numbers
# and/or URLs should be made variables. cheers, zmil...@cs.wisc.edu
mkdir mosh
cd mosh