question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Rename script to wait-for-it.bash

See original GitHub issue

Since 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:open
  • Created 4 years ago
  • Reactions:6
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
deigacommented, Feb 1, 2020

@kolomenkin It is very common to see .zsh or .fish scripts everywhere. Using .bash for script only supporting BASH makes perfect sense. The only time I would be fine with a script which has a bash shebang, but an .sh extensions is when the script is POSIX compliant but wants to run on bash

3reactions
kolomenkincommented, Jan 31, 2020

sounds reasonable except I never met .bash scripts before. All bash scripts were had .sh extension

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found