bin/homedir-push

Fri, 05 May 2017 17:52:31 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 05 May 2017 17:52:31 -0400
changeset 566
df6478b36abb
parent 261
6254589972e6
permissions
-rwxr-xr-x

style blockquote

#!/bin/sh
set -eu

TARGET=$1

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

mercurial