run.sh 132 B

123456789
  1. IN="$(mktemp --suffix .erl)"
  2. cat > "$IN"
  3. # Because escript ignores the very first line (why…).
  4. sed -i "1i
  5. " "$IN"
  6. escript "$IN"