Newer
Older
# !/bin/bash
if [ -z "IMAGE_PATH_LOCAL" ]; then
echo -e "\e[31mAn error occured, exiting...\e[0m"
exit 1
fi
singularity shell --bind /scratch --bind /apps $IMAGE_PATH_LOCAL $@
# !/bin/bash
if [ -z "IMAGE_PATH_LOCAL" ]; then
echo -e "\e[31mAn error occured, exiting...\e[0m"
exit 1
fi
singularity shell --bind /scratch --bind /apps $IMAGE_PATH_LOCAL $@