SGDK
SGDK copied to clipboard
issues in Docker
https://github.com/Stephane-D/SGDK/blob/2a24303a628913808b95872abaa691eecd9dd27b/bin/create-bin-wrappers.sh#L14C11-L14C11
this creates a loop of shells mkdir (shell script) calls mkdir but since /sgdk is first in the PATH, it calls again the mkdir shell script
use "/bin/mkdir" in the wrapper