mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-06 01:15:03 -05:00
7 lines
192 B
Plaintext
Executable File
7 lines
192 B
Plaintext
Executable File
if [ -z "$1" ]; then echo "Must supply directory name of result"; exit 0; fi
|
|
|
|
rm -rf mail_servers
|
|
mkdir mail_servers
|
|
cp $1/* mail_servers/
|
|
mv mail_servers/mail_* mail_servers/mail_servers.crt
|