Add script to clean up files

This commit is contained in:
Joscha 2018-09-17 16:21:36 +00:00
parent 133b0ca9ed
commit ea87567455

3
reformat.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
find src app -name "*.hs" -exec stylish-haskell -i {} \;
hlint src app