Sh3ll



Directory :  /scripts2/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

Current File : //scripts2/remove_older_than_24hs_emails.sh
#! /bin/bash

exiqgrep -i -o 86400 | xargs exim -Mrm

Sh3LL