~cipmap-devs/cipmap/add-status-page

« back to all changes in this revision

Viewing changes to misc/tunnel

  • Committer: Noya
  • Date: 2008-10-09 14:18:31 UTC
  • Revision ID: kalterregen@gmx.net-20081009141831-moirsn1tq1redu86
added tunnel script
moved scripts to misc

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
ssh -N -L 54712:andariel:54712 andariel
 
4