├── .gitignore ├── LICENSE ├── README.md └── postToSlack.sh /.gitignore: -------------------------------------------------------------------------------- 1 | # webstorm 2 | .idea -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sulhome/bash-slack/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sulhome/bash-slack/HEAD/README.md -------------------------------------------------------------------------------- /postToSlack.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sulhome/bash-slack/HEAD/postToSlack.sh --------------------------------------------------------------------------------