haha what

This commit is contained in:
rhiannon morris 2025-04-04 23:45:59 +02:00
parent bc87a61233
commit 9e9788f88b

View file

@ -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>"