create test cases from I02 beamline
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
grep record BL02I-MO-IOC-02.db |\
|
||||
grep -v '^#' |\
|
||||
perl -e '
|
||||
%h = ();
|
||||
while(<>){
|
||||
@a = split /,/;
|
||||
$a[0] =~ s/record\(//;
|
||||
$h{$a[0]}=$a[1];
|
||||
}
|
||||
print %h;'
|
||||
|
||||
Reference in New Issue
Block a user