summarylogtreecommitdiffstats
path: root/singularityviewer.launcher
diff options
context:
space:
mode:
authorGordonGR2015-06-08 14:14:08 +0300
committerGordonGR2015-06-08 14:14:08 +0300
commit8c1db041ae7657c056d69b418c0b0317e03d2f78 (patch)
tree9b7d842839257132eb53b116f8ce97bdaa48e90f /singularityviewer.launcher
downloadaur-8c1db041ae7657c056d69b418c0b0317e03d2f78.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 $?