Skip to content

Instantly share code, notes, and snippets.

@celsocelante
Created September 6, 2017 19:35
Show Gist options
  • Save celsocelante/78772a38c66139ba06614e4e119ad52d to your computer and use it in GitHub Desktop.
Save celsocelante/78772a38c66139ba06614e4e119ad52d to your computer and use it in GitHub Desktop.
Uso: sh tunnel.sh teste123 4000
#!/bin/bash
for (( ; ; ))
do
lt -s $1 --port $2
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment