bin/homedir-push

Fri, 02 Feb 2018 02:26:35 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 02 Feb 2018 02:26:35 -0500
changeset 670
85f24af74631
parent 261
6254589972e6
permissions
-rwxr-xr-x

add perl-pry to faves

#!/bin/sh
set -eu

TARGET=$1

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

mercurial