Giter VIP home page Giter VIP logo

tunnel's People

Contributors

cheznewa avatar nwtgck avatar somajitdey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

tunnel's Issues

tunnel -c install error

First of all, thank you for sharing the excellent project, When i run: ./tunnel -c install in Macos (Monterey), it pop-up error:
./tunnel: line 323: conditional binary operator expected
./tunnel: line 323: syntax error near subcommand' ./tunnel: line 323: if [[ -v subcommand ]]; then ${@}; exit "${?}";fi'

Can you give some tips on how to solve it? Thank you.

simple fix for Ubuntu 18.04 compatibility

Changing the header from
#!/usr/bin/env -S bash -O extglob

to a two-liner

#!/usr/bin/env bash
shopt -s extglob

gives an additional bonus of the script fully working under Ubuntu 18.04.6 (according to my testing).

Otherwise, an option -S for env is unrecognized because Ubuntu 18.04 ships with coreutils 8.28. Support for the -S option was added to env in 8.30.

This should be forward-compatible. Please fix.

Does not work on Alpine

Hi @SomajitDey , thanks for this work, it's definitely as thoughtful as the work of physicist should be!

I tried my luck to launch tunnel in Alpine, a usual distro for containers:

/ # ./tunnel -i
/usr/bin/env: unrecognized option: S
BusyBox v1.36.1 (2023-07-27 17:12:24 UTC) multi-call binary.

Usage: env [-i0] [-u NAME]... [-] [NAME=VALUE]... [PROG ARGS]

Print current environment or run PROG after setting up environment

        -, -i   Start with empty environment
        -0      NUL terminated output
        -u NAME Remove variable from environment
/ # vi tunnel 
/ # ./tunnel -i
env: can't execute 'bash -O extglob': No such file or directory
/ # vi tunnel 
/ # ./tunnel -i
./tunnel: line 344: syntax error near unexpected token `('
./tunnel: line 344: `    +([[:digit:]]) | ipfs )'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.