bin/homedir-push

Fri, 24 Sep 2021 12:14:40 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 24 Sep 2021 12:14:40 -0500
changeset 948
92cb1b3e285a
parent 261
6254589972e6
permissions
-rwxr-xr-x

This popup is busted and its annoying to update vimball plugins

#!/bin/sh
set -eu

TARGET=$1

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

mercurial