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
{{ message }}
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
your shell scripts have no shebang line, such as
#!/bin/bashor#!/bin/shI wonder whether this is intentional, but in any case I would recommend making the shell expected to run the script explicit by adding a shebang.