#!/usr/bin/env bash COMMIT_SHA=$(git log -1 HEAD --format=reference) notify-send 'Git commit success: ' "$COMMIT_SHA" -u low