summaryrefslogtreecommitdiff
path: root/bin/review_message.sh
blob: 97f52a7e655771d7d1b08b6711a09ec75b381a1f (plain)
1
2
3
4
5
#!/bin/bash
echo "Your account is under review."
echo "Approval usually takes up to 24 hours."
echo "If you have questions, contact: blackburnarson@netzero.net"
exit 1