bin/homedir-push

Fri, 02 Feb 2018 02:21:54 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 02 Feb 2018 02:21:54 -0500
changeset 669
5d62983d60b4
parent 261
6254589972e6
permissions
-rwxr-xr-x

Always have Path::Tiny loaded

#!/bin/sh
set -eu

TARGET=$1

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

mercurial