bin/homedir-push

Fri, 16 Feb 2018 13:20:20 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 16 Feb 2018 13:20:20 -0500
changeset 684
217647e6c878
parent 261
6254589972e6
permissions
-rwxr-xr-x

update for pandoc 2.x

#!/bin/sh
set -eu

TARGET=$1

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

mercurial