Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Easier installation. #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -40,6 +46,8 @@ be sufficient:
sendEmail
or
/usr/local/bin/sendEmail



NOTES:
* Running sendEmail without any arguments will produce a usage summary.
Expand Down
15 changes: 15 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -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