NLinker

Hack to intercept stylish haskell execution

Jun 23rd, 2017
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #!/usr/bin/env bash
  2.  
  3. cat "${1:-/dev/stdin}" > temp.hs
  4.  
  5. cat temp.hs | /home/nick/.local/bin/stylish-haskell
Add Comment
Please, Sign In to add comment