src/init/break-in/ssh-replacement
author Paul Crowley <paul@lshift.net>
Mon, 16 Jun 2008 17:17:29 +0100
changeset 34 4b5ca59fe3b7
parent 32 ssh-replacement@4059dbe9f26a
child 35 0ed592d0f799
permissions -rwxr-xr-x
more actual file moves - forgot to tell hg

#!/bin/sh
# Used only for break-ins

echo "arg: $2" >&2

exec sudo -H -u hg /usr/local/lib/hg-admin-tools/as-if-by-ssh "$2"