ssh-replacement
changeset 34 4b5ca59fe3b7
parent 33 18e93dbdaf12
child 35 0ed592d0f799
--- a/ssh-replacement	Mon Jun 16 17:12:20 2008 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-#!/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"
-