bin/homedir-push

Thu, 31 Oct 2019 17:48:12 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 31 Oct 2019 17:48:12 -0500
changeset 816
f058603b86b6
parent 261
6254589972e6
permissions
-rwxr-xr-x

bootstrap cpm and keep cpm updated, and plenv shims

#!/bin/sh
set -eu

TARGET=$1

hg archive -t tgz -p . - | ssh $TARGET tar xz --keep-newer-files

mercurial