Skip to content

Instantly share code, notes, and snippets.

@eisisig
eisisig / stash_slack.sh
Last active September 7, 2015 17:01 — forked from linjer/stash_slack.sh
Atlassian Stash 3.2 Git integration with Slack through external web hooks
#!/bin/bash
# $1 => Slack hook URL
# $2 => Channel name
# $3 => URL to web repo browser for base project
slack_url="$1"
channel="$2"
browser_url="$3"
# Debugging output in /tmp/stash_slack.txt