From c32279f814da799b1f09709fe332d626455f19e5 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 22 Dec 2018 19:21:56 -0200 Subject: Add script to scaffold new pastebin skeleton. --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c64c4c8..9b9cc69 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,11 @@ publish: rsync --verbose --copy-links --progress --stats --update --recursive result/ root@euandre.org:/home/user-data/www/default .PHONY: publish +## Create a new pastebin file from the template. +pastebin: + @./pastebin/new.sh +.PHONY: pastebin + # Taken from https://gist.github.com/klmr/575726c7e05d8780505a # Inspired by -- cgit v1.2.3