#!/bin/bash
printf "%q" "$(git log --pretty=reference -1)"  |  xclip -i -selection clipboard
