#!/bin/bash
curl https://gitlab.muc.internetx.com/steffen.barthel/goto/-/raw/main/goto.sh -o /tmp/goto.sh 
chmod +x /tmp/goto.sh
/tmp/goto.sh $1 $2
