view bin/sing @ 2:345f8b12fd2f

mostly quite old
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Sat, 28 Feb 2026 15:52:47 +0000
parents
children
line wrap: on
line source

#!/bin/bash
# For running in HST's environment for common crawl projects
if [ ! -x /usr/bin/singularity ]
then
 module load singularity
fi
singularity run -B /work/dc007 /work/dc007/dc007/shared/cc "$@"