Skip to content

Instantly share code, notes, and snippets.

@wunki
wunki / Main.hs
Created August 6, 2013 19:12
Pinki, first working draft.
{-# LANGUAGE OverloadedStrings #-}
{-
Pinki is a command line tool which helps you share files on S3 by
creating a static HTML page which is uploaded together with the file.
You could say it's Hakyll for file sharing.
-}
module Main where