Mercurial > hg > cc > cirrus_shared
view bin/sing @ 9:f6f1deba62af default tip
sic
| author | Henry S. Thompson <ht@inf.ed.ac.uk> |
|---|---|
| date | Thu, 11 Jun 2026 21:16:59 +0100 |
| parents | 345f8b12fd2f |
| 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 "$@"
