Mercurial > hg > cc > cirrus_shared
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/sing Sat Feb 28 15:52:47 2026 +0000 @@ -0,0 +1,7 @@ +#!/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 "$@"
