comparison 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
comparison
equal deleted inserted replaced
1:fef95c7a391f 2:345f8b12fd2f
1 #!/bin/bash
2 # For running in HST's environment for common crawl projects
3 if [ ! -x /usr/bin/singularity ]
4 then
5 module load singularity
6 fi
7 singularity run -B /work/dc007 /work/dc007/dc007/shared/cc "$@"