Skip to content
Snippets Groups Projects

Draft: [trigEGam] Integration beteween mongroups and TrigEgammaMonitoring

Closed Edmar Egidio Purcino De Souza requested to merge eegidiop/athena:tegmonGroups into 22.0
4 files
+ 0
78
Compare changes
  • Side-by-side
  • Inline
Files
4
#!/bin/sh
LOG=$0.log
echo Running $0.
echo Output in $LOG
athena.py $0.py 1>$LOG 2>&1 &
Loading