A computer diary. My day-2-day discoveries on Linux, errors, how-tos and things I want to remember.
#!/bin/bashecho -n "Enter \"Destination Address\" "read Aecho -n "Enter \"Subject Line\" "read Becho -n "Enter \"Message\" "read CsendEmail -f abcdefghijklm@gmail.com -t $A -s smtp.myisp.net -u $B -m $C
No comments:
Post a Comment