diff options
Diffstat (limited to 'graphics/Opcion/wrapper.Opcion')
-rw-r--r-- | graphics/Opcion/wrapper.Opcion | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/Opcion/wrapper.Opcion b/graphics/Opcion/wrapper.Opcion new file mode 100644 index 0000000000..5342d140a3 --- /dev/null +++ b/graphics/Opcion/wrapper.Opcion @@ -0,0 +1,4 @@ +#!/bin/sh +cd /opt/Opcion +exec java -jar Opcion_v@VERSION@.jar + |