Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am hectorae on github.
  • I am hae (https://keybase.io/hae) on keybase.
  • I have a public key whose fingerprint is 42B6 E24C 1549 C124 DC76 7E64 16B0 A52D 6282 9C03

To claim this, I am signing this object:

@HectorAE
HectorAE / hs-stylize.sh
Last active August 29, 2015 13:58
Use stylish-haskell on many files at once.
#! /bin/sh
# Script that automatically runs stylish-haskell on the given file
# or every file in the given directory and its subdirectories.
# Written by Hector A Escobedo
if ! hash sponge 2> /dev/null
then
echo "The sponge dependency from moreutils is missing."
exit 1