Skip to content

Instantly share code, notes, and snippets.

View petersellars's full-sized avatar
🏠
Working from home

Peter Sellars petersellars

🏠
Working from home
View GitHub Profile
#!/bin/bash
set -e
# Send a private message to someone on slack
# from the command line.
# Print a usage message and exit.
usage(){
local name=$(basename "$0")