Skip to content

Instantly share code, notes, and snippets.

View frederikschubert's full-sized avatar

Frederik Schubert frederikschubert

View GitHub Profile
@frederikschubert
frederikschubert / install_mosh_locally.sh
Created May 5, 2019 06:59 — forked from lazywei/install_mosh_locally.sh
Install mosh server without root permission
#!/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