Add new process for generating grading XML
This commit is contained in:
parent
3f337f9eb9
commit
ea7d623eae
4 changed files with 79 additions and 6 deletions
|
@ -78,6 +78,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"
|
||||
;;
|
||||
|
||||
ksh)
|
||||
|
|
Reference in a new issue