1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
#%Module1.0
##############################################################################
# Modules Revision 3.0
# Providing a flexible user environment
#
# File: load/%M%
# Revision: %I%
# First Edition: 2012/12/17
#
# Authors: R.K.Owen <rk@owen.sj.ca.us>
#
# Description: Testuite modulefile - multiple loads from modulefile
# Command: load
# Sub-Command: load
#
# Comment: %C{
# One of many modulefiles to be loaded from the "one"
# }C%
#
##############################################################################
setenv t29 "t29"
unsetenv mload "t29"
|