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:...