bin/homedir-push

Fri, 27 May 2016 18:02:00 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 27 May 2016 18:02:00 -0400
changeset 325
6dc43d41bed1
parent 261
6254589972e6
permissions
-rwxr-xr-x

cheaply color diffs, disable nested quote colors

#!/bin/sh
set -eu

TARGET=$1

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

mercurial