serhii.net

In the middle of the desert you can say anything you want

19 Apr 2023

Running scripts in linux without chmod-ding them

Never thought about this till I saw this:

./file.sh
zsh: permission denied: ./file.sh

I’d usually chmod +x it, but sh file.sh works just as well!

Nel mezzo del deserto posso dire tutto quello che voglio.