Skip to content
Snippets Groups Projects
Commit aa5f8456 authored by easybuild's avatar easybuild
Browse files

Thu, 08 Nov 2018 11:44:59 +0100

parent b878bf82
No related branches found
No related tags found
No related merge requests found
Pipeline #5305 passed with warnings
......@@ -42,7 +42,7 @@ else
export MODULEPATH
ml --show-hidden -t --redirect avail | awk '{print $1 ",4"}' | grep -v -e '/,\|:' | sort -u > "$FILENAME".csv
ml --show-hidden -t --redirect avail > /dev/null 2>&1| awk '{print $1 ",4"}' | grep -v -e '/,\|:' | sort -u > "$FILENAME".csv
./modules.py > "$FILENAME".md
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment