3 lines
89 B
Bash
Executable File
3 lines
89 B
Bash
Executable File
#!/bin/bash
|
|
exec openconnect --script-tun --script "/app/tcpproxy -g -L 1234:$HOST" "$@"
|