#:depends-on:utils#:depends-on:nixexportGNU_PREFIX=''platform="$(uname -s)"# interactive_echo the platform is "$platform"if[[$platform=='Darwin']]&&command-v gls 2>&1>/dev/null;thenGNU_PREFIX='g'GREALPATH='grealpath'elseecho gnu tools unprefixedGREALPATH='realpath'fi