DISABLE FDs (REMOVE ME).
[jackhill/mal.git] / io / run
CommitLineData
09dce035
DM
1#!/bin/bash
2
3# Io prints the line "Registering Regex: Regex" when loading the Regex module
3ba35e66
DM
4# for the first time, and there's no way to suppress it. To avoid polluting
5# the Mal script output, we swallow the first 25 bytes.
09dce035 6io $(dirname $0)/${STEP:-stepA_mal}.io "$@" | (read -N 25 -t 10 ; cat)