commented out example for tunnel usage
authorDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 11 Mar 2011 16:17:20 +0000 (17:17 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 11 Mar 2011 16:17:20 +0000 (17:17 +0100)
bak-git-server.pl

index cab91a9..959d2a7 100755 (executable)
@@ -55,6 +55,7 @@ $server_ip ||= '127.0.0.1';
 
 my $shell_client = <<__SHELL_CLIENT__;
 #!/bin/sh
+#echo \$USER/\$SUDO_USER $install `pwd` \$* | nc 127.0.0.1 9001
 echo \$USER/\$SUDO_USER `hostname` `pwd` \$* | nc $server_ip 9001
 __SHELL_CLIENT__