New process: get_csv to get grades
This commit is contained in:
parent
ed690a4c2d
commit
8eb6b143a1
3 changed files with 95 additions and 1 deletions
|
@ -79,6 +79,7 @@ then
|
|||
noyce)
|
||||
launch_screen "lerdorf_process_files_intradata_get" "while true; do $PERL ~/liblerdorf/process/files/intradata_get.pl; done"
|
||||
launch_screen "lerdorf_process_projects_gen_grading" "while true; do $PERL ~/liblerdorf/process/projects/gen_grading.pl; done"
|
||||
launch_screen "lerdorf_process_projects_get_csv" "while true; do $PERL ~/liblerdorf/process/projects/get_csv.pl; done"
|
||||
;;
|
||||
|
||||
ksh)
|
||||
|
|
Reference in a new issue