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.
comments powered by Disqus