3 lines
83 B
Bash
Executable file
3 lines
83 B
Bash
Executable file
#!/bin/bash
|
|
find src app -name "*.hs" -exec stylish-haskell -i {} \;
|
|
hlint src app
|