changeset 35 | 0ed592d0f799 |
parent 34 | 4b5ca59fe3b7 |
child 36 | b3237aabd0fe |
34:4b5ca59fe3b7 | 35:0ed592d0f799 |
---|---|
1 #!/bin/sh |
1 #!/bin/sh |
2 # Used only for break-ins |
2 # Used only for break-ins |
3 |
3 |
4 echo "arg: $2" >&2 |
4 echo "arg: $2" >&2 |
5 |
5 |
6 exec sudo -H -u hg /usr/local/lib/hg-admin-tools/as-if-by-ssh "$2" |
6 exec sudo -H -u hg /usr/local/lib/hg-admin-tools/init/break-in/as-if-by-ssh "$2" |
7 |
7 |