Hacked By AnonymousFox

Current Path : /usr/share/Modules/modulefiles/
Upload File :
Current File : //usr/share/Modules/modulefiles/dot

#%Module1.0######################################################################
##
## dot modulefile
##
proc ModulesHelp { } {
    puts stderr "\tThe Dot Module\n"
    puts stderr "\tThis module adds the current working directory to your path."
}

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

append-path     PATH            .

Hacked By AnonymousFox1.0, Coded By AnonymousFox