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

update

parent e8fe8ec3
No related branches found
No related tags found
No related merge requests found
# !/bin/bash
PWD="/home/easybuild/GIT/it4i-modules"
cd $PWD
STATE=$(git fetch 2>&1 | grep master)
if [ ! -z "$STATE" ]; then
git pull
get_modules.sh
exi.sh 0
fi
if [ ! -z `hostname -f | grep "bullx"` ]; then
ml --show-hidden -t av 2>&1 > /dev/null| awk '{print $1 ",1"}' | grep -v -e '/,\|:' > ANSELM.csh
./modules.py > ANSELM.md
......
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