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