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: Permission denied (os error 13)
Do I missed something ? Is someone already had this issue ?
I's a fresh new machine in Ubutu 22.04.
Regards,
Hello :)
I'm using just to run command on my server and I created a recipe with bash commands like this :
Justfile
Error :
error: Recipetestwith shebang#!/usr/bin/env bashexecution error: Permission denied (os error 13)Do I missed something ? Is someone already had this issue ?
I's a fresh new machine in Ubutu 22.04.
Regards,