bin/homedir-push

Fri, 09 Dec 2016 15:09:08 -0800

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 09 Dec 2016 15:09:08 -0800
changeset 440
aacbd4032a4c
parent 261
6254589972e6
permissions
-rwxr-xr-x

Fixup git-ctags

#!/bin/sh
set -eu

TARGET=$1

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

mercurial