Skip to content
Snippets Groups Projects
image-shell 187 B
Newer Older
  • Learn to ignore specific revisions
  • Lukáš Krupčík's avatar
    Lukáš Krupčík committed
    # !/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 $@