local sPath = shell.path()

if(fs.exists("/bin/")) then
  sPath = sPath..":/bin/"
end

shell.setPath(sPath)
