Skip to content

Instantly share code, notes, and snippets.

View Nightfirecat's full-sized avatar

Jordan Nightfirecat

View GitHub Profile
@Nightfirecat
Nightfirecat / runelite-blog.sh
Last active November 28, 2019 08:22
runelite.net blog post generator
#!/bin/bash
# Exit upon errors
set -e
description() {
echo 'Creates a new branch and file structure for the weekly release blog post in the runelite.net repository'
}
helpdoc() {
echo