coursehero / slacktee

slacktee is a bash script that works like tee command. Instead of writing the standard input to files, slacktee posts it to Slack.
Apache License 2.0
830 stars 95 forks source link

Add a way to change the script name during the installation #42

Closed Chikashi-Kato closed 7 years ago

Chikashi-Kato commented 7 years ago

In order to address the request adding a way to change the script name during the installation (Issue #30), I updated install.sh. If the new file name is appended to the target directory, install.sh installs slacktee.sh as the specified file name.

# Install slacktee.sh in /usr/local/bin as 'slacktee'
bash install.sh /usr/local/bin/slacktee