Skip to content

Commit

Permalink
ngrok tunneling supported
Browse files Browse the repository at this point in the history
  • Loading branch information
ariary committed Sep 16, 2022
1 parent fc713c1 commit 12a519e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 120 deletions.
2 changes: 1 addition & 1 deletion light-pty4all/socat-forker.sh.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ while test ! -e ${SOCKF}; do sleep 1; done
SOCAT_TTY=$(tty)

# space for no history, gitar shortcut
echo " $(gitar --dry-run -e GITAR_HOST -p GITAR_PORT)" > ${SOCAT_TTY}
echo " $(gitar --dry-run -a GITAR_HOST -p GITAR_PORT)" > ${SOCAT_TTY}
echo " clear" > ${SOCAT_TTY}

# Use socat to ship data between the unix socket and STDIO.
Expand Down
119 changes: 0 additions & 119 deletions light-pty4all/socat-listener-behind-bore.sh

This file was deleted.

0 comments on commit 12a519e

Please sign in to comment.