Blob


1 #!/bin/sh
3 read -p 'Email address: ' username
4 read -s -p 'Password: ' password
6 tmsg="
7 {
8 \"Type\": 1,
9 \"Username\": \"$username\",
10 \"Password\": \"$password\"
11 }
12 "
14 curl -H 'Content-Type: application/json' -d "$tmsg" http://mx1.mailmux.net/register