summarylogtreecommitdiffstats
path: root/singularityviewer.launcher
diff options
context:
space:
mode:
authorGordonGR2015-06-08 14:13:29 +0300
committerGordonGR2015-06-08 14:13:29 +0300
commit2d6e0ac427776aa361cbb949c6636337fbe5b4fb (patch)
tree22fdd25057ae768d6af2d7769d0c82a4d4b68851 /singularityviewer.launcher
downloadaur-2d6e0ac427776aa361cbb949c6636337fbe5b4fb.tar.gz
Initial commit
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 $?