#%Module

proc ModulesHelp {} {
    puts stderr {    dot - adds the current working directory to your path.}
    puts stderr {}
}

module-whatis {adds `.' to your PATH environment variable}

append-path PATH .
