bcicen / slackcat

CLI utility to post files and command output to slack
http://slackcat.chat
MIT License
1.22k stars 57 forks source link

Unable to execute #14

Closed montanaflynn closed 8 years ago

montanaflynn commented 8 years ago

Hi I followed the README but hit this error. MacBook running El Capitan.

curl -sLo slackcat https://github.com/vektorlab/slackcat/releases/download/v0.7/slackcat-0.7-darwin-amd64
sudo mv slackcat /usr/local/bin/
sudo chmod +x /usr/local/bin/slackcat

> slackcat
Failed to execute process '/usr/local/bin/slackcat'. Reason:
exec: Exec format error
The file '/usr/local/bin/slackcat' is marked as an executable but could not be run by the operating system.
montanaflynn commented 8 years ago

So I think the curl command failed and didn't show an error because I got it with wget and it worked fine.

bcicen commented 8 years ago

Resolved in #15