Skip to content

Instantly share code, notes, and snippets.

View raghavrv's full-sized avatar

(Venkat) Raghav, Rajagopalan raghavrv

View GitHub Profile
@xiaom
xiaom / install_mosh_locally.sh
Last active April 2, 2024 16:48
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