logo
Error: Recipe `test` with shebang `#!/usr/bin/env bash` execution error: Permission denied (os error 13) · Issue #1611 · casey/just · GitHub

Error: Recipe `test` with shebang `#!/usr/bin/env bash` execution error: Permission denied (os error 13) · Issue #1611 · casey/just · GitHub

Hello :) I'm using just to run command on my server and I created a recipe with bash commands like this : Justfile test: #!/usr/bin/env bash echo "This is a test" Error : error: Recipe testwith shebang#!/usr/bin/env bash execution error:...

Related Recipes