From ab70034763e005041753f34a33c208d1699d27c3 Mon Sep 17 00:00:00 2001 From: Igglybuff Date: Sun, 14 Oct 2018 03:37:02 +0100 Subject: [PATCH] add pastebin script output --- pastebin.url | 1 + update-pastebin.sh | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 pastebin.url create mode 100755 update-pastebin.sh diff --git a/pastebin.url b/pastebin.url new file mode 100644 index 0000000..4ef032c --- /dev/null +++ b/pastebin.url @@ -0,0 +1 @@ +https://pastebin.com/cb1yY6WL diff --git a/update-pastebin.sh b/update-pastebin.sh new file mode 100755 index 0000000..ebd248d --- /dev/null +++ b/update-pastebin.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +pastebinit readme.md > pastebin.url +