Server IP : 192.250.235.76 / Your IP : 45.90.210.12
System : Linux s2968.sgp1.stableserver.net 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
PHP Version : 8.2.29
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
1902120114081995
Server IP : 198.54.116.172 / Your IP : 216.73.216.36
System : Linux server322.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : mail
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /usr/share/Modules/modulefiles//use.own
#%Module1.0#####################################################################
##
## use.own modulefile
##
proc ModulesHelp { } {
puts stderr "\tThis module file will add \$HOME/privatemodules to the"
puts stderr "\tlist of directories that the module command will search"
puts stderr "\tfor modules. Place your own module files here."
puts stderr "\tThis module, when loaded, will create this directory"
puts stderr "\tif necessary."
}
module-whatis "adds your own modulefiles directory to MODULEPATH"
eval set [ array get env HOME ]
set ownmoddir $HOME/privatemodules
# create directory if necessary
if [ module-info mode load ] {
if { ! [ file exists $ownmoddir ] } {
file mkdir $ownmoddir
set null [open $ownmoddir/null w]
puts $null "#%Module########################################################################"
puts $null "##"
puts $null "## null modulefile"
puts $null "##"
puts $null "proc ModulesHelp { } {"
puts $null " puts stderr \"\tThis module does absolutely nothing.\""
puts $null " puts stderr \"\tIt's meant simply as a place holder in your\""
puts $null " puts stderr \"\tdot file initialization.\""
puts $null "}"
puts $null ""
puts $null "module-whatis \"does absolutely nothing\""
}
}
module use --append $ownmoddir
Name
Size
Last Modified
Owner / Group
Permissions
Options
.. -- March 03 2024 19:12:29 root / root 0755 dot 0.338 KB October 14 2023 18:46:13 root / root 0644 module-git 0.545 KB October 14 2023 18:46:13 root / root 0644 module-info 2.219 KB October 14 2023 18:46:13 root / root 0644 modules 0.72 KB October 14 2023 18:46:13 root / root 0644 null 0.332 KB October 14 2023 18:46:13 root / root 0644 use.own 1.365 KB October 14 2023 18:46:13 root / root 0644