This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env stack | |
--stack --resolver lts-13.21 script --package process --package optparse-applicative | |
import Options.Applicative | |
import System.Process (callProcess) | |
main :: IO () | |
main = execParser options >>= run | |
run :: Options -> IO () |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am bagrounds on github. | |
* I am bagrounds (https://keybase.io/bagrounds) on keybase. | |
* I have a public key ASA8aUC6N8Z4aPvrgayFWXC6rkYsRgojHhwY3HCn7CK3-wo | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
will go here |