Rename script to wait-for-it.bash
See original GitHub issueSince this script is a bash script and running it under POSIX sh will fail, it is technically incorrect for it to be named .sh.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:6
- Comments:8 (2 by maintainers)
Top Results From Across the Web
How to rename the files using bash script - Stack Overflow
I have bash script to install tomcat, after installing tomcat tar file, i need rename the tomcat file like this (apache-tomcat-8.5.47 to ...
Read more >Renaming bash process in backgroung (forked) using its PID
yes, but it's not needed, your while loop is already in the background, then also putting the script in the background and wait...
Read more >Call a perl script inside a shell script - UNIX and Linux Forums
What i would like is to perform the rename only if the perl script is completed successfully. How am i going to check...
Read more >Get script to run again if input is yes - Unix Stack Exchange
#/bin/bash do_file_action(){ echo "Select an option from copy , remove , rename , linking" #read in user input into the action variable read ......
Read more >rename branch name in git Code Example - Code Grepper
shell by Lucky Ladybird on Dec 27 2020 Comment ... git branch -m <new_name> # Change Name For Current Branch. Add a Grepper...
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

@kolomenkin It is very common to see
.zshor.fishscripts everywhere. Using.bashfor script only supporting BASH makes perfect sense. The only time I would be fine with a script which has a bash shebang, but an.shextensions is when the script is POSIX compliant but wants to run on bashsounds reasonable except I never met .bash scripts before. All bash scripts were had .sh extension