summarylogtreecommitdiffstats
path: root/singularityviewer.launcher
diff options
context:
space:
mode:
Diffstat (limited to 'singularityviewer.launcher')
-rw-r--r--singularityviewer.launcher5
1 files changed, 5 insertions, 0 deletions
diff --git a/singularityviewer.launcher b/singularityviewer.launcher
new file mode 100644
index 000000000000..8ab6ce68b091
--- /dev/null
+++ b/singularityviewer.launcher
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+cd "/opt/singularityviewer/"
+./singularity $*
+exit $?