haha what
This commit is contained in:
parent
bc87a61233
commit
9e9788f88b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ main = do
|
|||
case args of
|
||||
[inf, ipsf, outf] -> do
|
||||
buf <- readBytes inf
|
||||
ips <- either error id <$> IPS.read ipsf
|
||||
ips <- either error id <$> IPS.parseFile ipsf
|
||||
writeBytes outf $ IPS.apply ips buf
|
||||
_ -> error "usage: $0 <in> <ips> <out>"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue