bin/homedir-push

Fri, 27 May 2016 20:26:52 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 27 May 2016 20:26:52 -0400
changeset 327
c11c41360b9c
parent 261
6254589972e6
permissions
-rwxr-xr-x

Config for urlscan

#!/bin/sh
set -eu

TARGET=$1

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

mercurial