This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |