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 has been archived by the owner on Aug 8, 2023. It is now read-only.
your shell scripts have no shebang line, such as
#!/bin/bash
or#!/bin/sh
I 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.
The text was updated successfully, but these errors were encountered: