Skip to content
Snippets Groups Projects
image-shell 185 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
    
    
    easybuild's avatar
    easybuild committed
    apptainer shell --bind /scratch --bind /apps $IMAGE_PATH_LOCAL $@