Skip to content

Commit

Permalink
add author + license to load_easybuild_module.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Jun 5, 2023
1 parent fe855f3 commit e687f52
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion load_easybuild_module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
# and used to install the specific EasyBuild version being specified.
#
# This script must be sourced, since it makes changes in the current environment, like loading an EasyBuild module.

#
# This script is part of the EESSI software layer, see
# https://github.com/EESSI/software-layer.git
#
# author: Kenneth Hosye (@boegel, HPC-UGent)
#
# license: GPLv2
#
#
set -o pipefail

if [ $# -ne 1 ]; then
Expand Down

0 comments on commit e687f52

Please sign in to comment.