Gast
#6578962
Nutzt hier jemand MSYS2 für Windows? Im "alten" MSYS konnte man ein Shell Skript direkt ausführen. In MSYS2 nicht: ~/helloworld $ helloworld.sh sh: helloworld.sh: command not found Es geht nur so: ~/helloworld $ /usr/bin/sh helloworld.sh Was muss ich da konfigurieren, damit es direkt geht? https://www.msys2.org/