#!/bin/bash source /opt/gfa/python 3.5 if [ "$#" -eq 0 ]; then pylauncher -m /sf/bernina/config/launcher_mapping --position 80 -120 /sf/bernina/config/launcher_dev/S_Bernina.json else pylauncher -m /sf/bernina/config/launcher_mapping $@ fi