···33# Always run steamcmd in the user's Steam root.
44STEAMROOT=@steamRoot@
5566+# Add coreutils to PATH for mkdir, ln and cp used below
77+PATH=$PATH${PATH:+:}@coreutils@/bin
88+69# Create a facsimile Steam root if it doesn't exist.
710if [ ! -e "$STEAMROOT" ]; then
811 mkdir -p "$STEAMROOT"/{appcache,config,logs,Steamapps/common}