mirror of
https://github.com/imapsync/imapsync.git
synced 2024-11-17 00:02:29 +01:00
8 lines
164 B
Plaintext
8 lines
164 B
Plaintext
|
|
# A big file 714MB
|
|
dd if=/dev/zero of=pate714M bs=1M count=714
|
|
# post it to big1 user
|
|
echo Aie aie aie | mutt -s '1 GB dans ta face !' -a pate714M -- big1
|
|
|
|
# ok ?
|