diff --git a/undulator-pointing b/undulator-pointing new file mode 100755 index 0000000..5c47497 --- /dev/null +++ b/undulator-pointing @@ -0,0 +1,8 @@ +#!/bin/bash +if [ -z "$1" ] +then + USER=$(zenity --entry --text="Enter user name for sf-laucher") +else + USER=$1 +fi +ssh -J $1@sf-gw $1@sf-lca "cd /sf/bd/applications/UndulatorOrbit/current; bash runUndulatorOrbit.sh"