1
0
Fork 0
mirror of https://github.com/vbatts/freezing-octo-hipster.git synced 2025-07-29 02:30:26 +00:00

mailnotify

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2019-04-09 09:19:08 -04:00
parent f153a2748c
commit efea5fac3d
Signed by: vbatts
GPG key ID: 10937E57733F1362
306 changed files with 219106 additions and 0 deletions

10
cmd/mailnotify/Makefile Normal file
View file

@ -0,0 +1,10 @@
email.xpm.go: email.xpm
go-bindata -o $@ $<
email.xpm: email.png
convert $< $@
email.png:
curl -o $@ http://icons.iconarchive.com/icons/zerode/plump/256/Mail-icon.png