Sends a file or input stream over the local network to another airpaste user - no configuration required!
# To wait for message and display when received:
airpaste
# To send text:
echo <text> | airpaste
# To send file:
airpaste < <path/to/file>
# To receive file:
airpaste > <path/to/file>
# To create/Join channel:
airpaste <channel_name>