bin/homedir-push@349ea9f736b9
bin/homedir-push
Mon, 07 Mar 2022 23:11:41 -0600
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 07 Mar 2022 23:11:41 -0600
- changeset 985
- 349ea9f736b9
- parent 261
-
6254589972e6
- permissions
- -rwxr-xr-x
try to use the same python as hg automatically
#!/bin/sh
set -eu
TARGET=$1
hg archive -t tgz -p . - | ssh $TARGET tar xz --keep-newer-files