bin/homedir-push

Fri, 20 Aug 2021 01:45:40 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 20 Aug 2021 01:45:40 -0400
changeset 937
0b22685bc75c
parent 261
6254589972e6
permissions
-rwxr-xr-x

Disable weird stuff from polyglot, but keep a few

#!/bin/sh
set -eu

TARGET=$1

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

mercurial