Skip to content
Snippets Groups Projects
Commit 734b5fde authored by incardon's avatar incardon
Browse files

Adding missing files

parent 5078af97
No related branches found
No related tags found
No related merge requests found
#! /bin/bash
function detect_fortran()
{
command -v $1 >/dev/null 2>&1
if [ $? -ne 0 ]; then
dgc_ret=0
return
fi
echo -e "$1 \033[92;1m SUCCESS \033[0m"
dgc_ret=1
}
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