mirror of
https://github.com/envmodules/modules.git
synced 2026-06-10 00:56:30 +08:00
Do not remove now useless source/* modulefiles not to break 'module avail' bench comparison with previous versions.
29 lines
665 B
Plaintext
29 lines
665 B
Plaintext
#%Module1.0
|
|
|
|
##############################################################################
|
|
# Modules Revision 3.0
|
|
# Providing a flexible user environment
|
|
#
|
|
# File: modbad/%M%
|
|
# Revision: %I%
|
|
# First Edition: 2021/08/20
|
|
# Last Mod.: %U%, %G%
|
|
#
|
|
# Authors: Xavier Delaruelle, xavier.delaruelle@cea.fr
|
|
#
|
|
# Description: Testuite modulefile
|
|
# Command:
|
|
#
|
|
# Invocation:
|
|
# Result: %R{
|
|
# }R%
|
|
# Comment: %C{
|
|
# test behavior against a modulefile using module sub-commands
|
|
# only reachable from command line
|
|
# }C%
|
|
#
|
|
##############################################################################
|
|
|
|
module source /path/to/foo
|
|
module help
|