blob: 455d46866b9894ce176885c61754d01f738164f4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
perl -e '$t=time - 30; print $t, "\n"' > /var/spool/ml/elena/var/event/queue/qmgr_reschedule
ls -l /var/spool/ml/elena/var/event/queue
head /var/spool/ml/elena/var/event/queue/*
|