diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-09-25 22:33:59 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-09-25 22:33:59 -0700 |
commit | 28f47e04f20dd41b2fc98cc340757ae18082963d (patch) | |
tree | de138d226643221d3a56e6097bfacd8d5d5d140b /singularity | |
download | singularity-28f47e04f20dd41b2fc98cc340757ae18082963d.tar.xz |
Initial commit
Diffstat (limited to 'singularity')
-rw-r--r-- | singularity | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/singularity b/singularity new file mode 100644 index 0000000..28058d2 --- /dev/null +++ b/singularity @@ -0,0 +1,3 @@ +#!/bin/sh +cd /usr/share/singularity +exec python2 singularity.py "$@" |