Changeset 19732 for trunk/DataCheck/Tools
- Timestamp:
- 10/07/19 13:31:23 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Tools/get_data.sh
r19731 r19732 562 562 # evaluation of command line options (for usage with download.php) 563 563 564 if [ ${#@} -eq 1 3]564 if [ ${#@} -eq 15 ] 565 565 then 566 #get_data.sh $start $stop $source $timebin $email $table $time $expert $dch $zd $th $light $dust 566 #get_data.sh $start $stop $source $timebin $email $table $time $expert $dch $zd $th $light $dust $rmemptyrows $factorcut 567 567 mode="auto" 568 568 overwrite="yes" … … 602 602 then 603 603 dust=${13} 604 fi 605 rmemptyrows=${14} 606 if [ "${15}" != "novalue" ] && [ "${15}" != "all" ] 607 then 608 factorcut=${15} 604 609 fi 605 610 name=`echo $email | sed -e 's/@/-at-/'`
Note:
See TracChangeset
for help on using the changeset viewer.