diff --git a/README.md b/README.md index 1dc9283..fca22f9 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,16 @@ after configuring your .msgme.ini , and installing it in some place like /usr/bi an example usage: `dd if=/dev/urandom of=/dev/full bs=10M;msgme disk drive wipe completed` just imagine that instead of writing to /dev/full, you're writing to /dev/sdb or whatever, and it takes hours, and you want to be notified when the wipe is complete. the code above will (using the Facebook relay) send you a message on facebook saying "disk wipe completed", once dd has finished. + + +``` +hanshenrik@WebDevXubuntu:/$ dd if=/dev/urandom of=/dev/full bs=10M;msgme disk drive wipe completed +dd: error writing '/dev/full': No space left on device +1+0 records in +0+0 records out +0 bytes copied, 0,873993 s, 0,0 kB/s +sending message 'hanshenrik@WebDevXubuntu:disk drive wipe completed.' to facebook profile id 100000605585019 +sent. +hanshenrik@WebDevXubuntu:/$ +``` +and indeed, my phone, synced to facebook messenger, pings me with "you got a new message!" :)