MC_PWD_FILE="${TMPDIR-/tmp}/mc-$USER/mc.pwd.$$" nice -20 ionice -c3 mc -P "$MC_PWD_FILE" rc=$? cd "`cat \"$MC_PWD_FILE\"`" && rm "$MC_PWD_FILE" || rc=$? unset MC_PWD_FILE return $rc