added undulator pointing
This commit is contained in:
8
undulator-pointing
Executable file
8
undulator-pointing
Executable 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"
|
||||
Reference in New Issue
Block a user