mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
7 lines
153 B
Bash
Executable file
7 lines
153 B
Bash
Executable file
#!/bin/rc
|
|
|
|
if(! ~ $#* 3){
|
|
echo 'usage: tlsclienttunnel cryptaddr plainaddr cert.thumb' >[1=2]
|
|
exit usage
|
|
}
|
|
aux/listen1 -t $2 /bin/tlsclient -t $3 $1 &
|