bin/homedir-push

Fri, 24 Jan 2025 15:16:06 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 24 Jan 2025 15:16:06 -0600
changeset 1184
89378394f07f
parent 261
6254589972e6
permissions
-rwxr-xr-x

remove asdf profile hook

#!/bin/sh
set -eu

TARGET=$1

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

mercurial