Compare commits

..

No commits in common. "dev" and "0.0.3" have entirely different histories.
dev ... 0.0.3

View File

@ -26,7 +26,7 @@ while [ ${#} -gt 0 ]; do
--help) showHelp; exit 0;;
-d | --mountbase) MOUNTBASEDIR=$(realpath "${2}"); shift; shift;;
*)
MOUNTDIR="${MOUNTBASEDIR}/${1}";
MOUNTDIR="${MOUNTBASEDIR}/${2}";
shift
;;
esac