Skip to content

Instantly share code, notes, and snippets.

View AlexMooney's full-sized avatar

Alex Mooney AlexMooney

View GitHub Profile
@AlexMooney
AlexMooney / .gitignore
Last active January 25, 2019 17:52
GzipReader test
*.gz
@AlexMooney
AlexMooney / Makefile
Created August 3, 2017 20:26 — forked from lazywei/install_mosh_locally.sh
Install mosh server without root permission
# This is an upgrade of the script made by zmil...@cs.wisc.edu that does do
# some error checking as it works.
# TODO: version number variables, make shell script to download this and build it on remote host,
# possibly use the protobuf files that seem to ship with mosh?
.PHONY: all clean
.PRECIOUS: %.tar.gz
.SECONDARY: mosh-1.3.2.tar.gz protobuf-2.6.1.tar.gz protoc
all: ${HOME}/bin/mosh