You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the #!/bin/sh shebang translates into something other than bash (mine, for example, a standard Ubuntu Server, defaults to dash).
Since the script seems to work on bash only, why not specify bash there? (Maybe it works with zsh? I don't know, but I believe bash is still pre-installed in all linuxes out there.)
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I believe the
#!/bin/sh
shebang translates into something other thanbash
(mine, for example, a standard Ubuntu Server, defaults todash
).Since the script seems to work on
bash
only, why not specifybash
there? (Maybe it works withzsh
? I don't know, but I believebash
is still pre-installed in all linuxes out there.)The text was updated successfully, but these errors were encountered: