Skip to content
Snippets Groups Projects
Commit 264cf175 authored by Trung Nguyen's avatar Trung Nguyen Committed by Andreas Hamacher
Browse files

24june

parent ad55067c
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
function check_scratch_dir() {
SCRATCH="/scratch"
if [[ ! -d $SCRATCH ]]
then
echo "Scratch Directory Does't Exists"
die 1 " $FUNCNAME ERROR Scratch Directory Does't Exists"
fi
return 0
}
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