]> git.lizzy.rs Git - plan9front.git/blob - rc/bin/tlsclienttunnel
audio(1): replace references to juke(7) and playlistfs(7) with zuke(1) (thanks unobe)
[plan9front.git] / rc / bin / tlsclienttunnel
1 #!/bin/rc
2
3 if(! ~ $#* 3){
4         echo 'usage: tlsclienttunnel cryptaddr plainaddr cert.thumb' >[1=2]
5         exit usage
6 }
7 aux/listen1 -t $2 /bin/tlsclient -t $3 $1 &