#!/usr/bin/env bash DATE=$(date +"%Y-%m-%d_%H%M") echo -n "$DATE" | wl-copy notify-send "Date copied" "$DATE"