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