POSIX compliant shell
See original GitHub issueIs it possible to make this shell-independent?
/wait-for-it.sh: line 70: syntax error: unexpected "(" (expecting ";;")
This would be particularly useful to run it with alpine, which uses busybox.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:16
- Comments:20 (2 by maintainers)
Top Results From Across the Web
How can I test for POSIX compliance of shell scripts?
To detect POSIX compatibility issues (e.g. SC2039), the shebang line of your shell script should be #!/bin/sh . You can also pass --shell=sh...
Read more >What makes a shell "POSIX compliant"? - Stack Overflow
It is intended to be a conformant implementation of the IEEE POSIX Shell and Tools portion of the IEEE POSIX specification (IEEE Standard...
Read more >POSIX Shell Tutorial - The Grymoire!
The POSIX shell is probably the shell you are using on a UNIX compatible system. It's an improvement of the original Bourne shell....
Read more >Test If Your Shell Scripts Are POSIX Compliant with ShellCheck
I've done a video in the past about ShellCheck. It's an excellent tool to perform static analysis against various flavors of shell scripts....
Read more >POSIX Compliant Shells : r/commandline - Reddit
"POSIX compliant" means the shell program adheres to the POSIX standards for behavior and user interaction. Keep in mind a lot of "POSIX ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

You guys are hijacking this thread, please stop.
Since this issue is open for while. Let me share a tool I have written in Go with cross platform support and which has the same purpose of this project (even the name is the same) https://github.com/maxcnunes/waitforit.