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
|
case args of
|
||||||
[inf, ipsf, outf] -> do
|
[inf, ipsf, outf] -> do
|
||||||
buf <- readBytes inf
|
buf <- readBytes inf
|
||||||
ips <- either error id <$> IPS.read ipsf
|
ips <- either error id <$> IPS.parseFile ipsf
|
||||||
writeBytes outf $ IPS.apply ips buf
|
writeBytes outf $ IPS.apply ips buf
|
||||||
_ -> error "usage: $0 <in> <ips> <out>"
|
_ -> error "usage: $0 <in> <ips> <out>"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue