added undulator pointing

This commit is contained in:
2022-03-09 07:00:59 +01:00
parent d0a3cc7c69
commit 32b24c5025

8
undulator-pointing Executable file
View File

@@ -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"