Skip to content

Instantly share code, notes, and snippets.

View daskelly's full-sized avatar

Dan Skelly daskelly

View GitHub Profile
@daskelly
daskelly / install_mosh_locally.sh
Last active August 6, 2021 19:34 — forked from lazywei/install_mosh_locally.sh
Install mosh server without root permission
#!/bin/sh
# works on a machine running CentOS 7.7
# no error checking and this requires manual intervention. This script just gives
# an overview of the process.
#
# https://github.com/rust-lang/cargo/issues/713 was helpful...
mkdir -p apps/mosh
cd apps/mosh