diff --git a/README b/README index a902bb4..d860c9e 100644 --- a/README +++ b/README @@ -27,6 +27,12 @@ SendEmail is a perl script/program, and only needs to be copied to a directory in your path to make it accessible. Most likely the following steps will be sufficient: +1)chmod +x setup.sh + +2)./setup.sh + +OR + 1) Extract the package tar -zxvf sendEmail-v1.XX.tar.gz @@ -40,6 +46,8 @@ be sufficient: sendEmail or /usr/local/bin/sendEmail + + NOTES: * Running sendEmail without any arguments will produce a usage summary. diff --git a/setup.sh b/setup.sh new file mode 100644 index 0000000..e92576b --- /dev/null +++ b/setup.sh @@ -0,0 +1,15 @@ +cd sendEmail + +tar -zxvf sendEmail-v1.XX.tar.gz + +cp -a sendEmail-v1.XX/sendEmail /usr/local/bin + +chmod +x /usr/local/bin/sendEmail + +sleep 2s + +echo(“sendEmail will start up soon.”) + +sleep 3s + +sendEmail \ No newline at end of file