bin/homedir-push

Fri, 10 Feb 2017 02:00:00 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 10 Feb 2017 02:00:00 -0500
changeset 508
b4f827c47130
parent 261
6254589972e6
permissions
-rwxr-xr-x

Actually, drop xfce4-p-m

#!/bin/sh
set -eu

TARGET=$1

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

mercurial