4 lines
69 B
Plaintext
4 lines
69 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
ls /var/spool/exim/input | cut -c1-16 | xargs exim -Mrm
|