Skip to content

Instantly share code, notes, and snippets.

View chreekat's full-sized avatar

Bryan Richter chreekat

View GitHub Profile
@chreekat
chreekat / hackagedocs
Last active January 2, 2016 08:49 — forked from Fuuzetsu/hackagedocs
#!/bin/bash
set -e
read -p "Package name: " package
read -p "Version: " version
read -p "Hackage user: " user
read -sp "Hackage password (not echoed): " password
echo "== BUILDING WITH DOCS"