1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 10:37:58 +03:00
mal/nasm/run
Ben Dudson 0ad505e829 Step0 (input/output) passes tests
* String handling simplified, will not handle very long strings
* Memory allocation missing, always using the same buffer currently
2017-10-09 00:10:03 +01:00

4 lines
58 B
Bash
Executable File

#!/bin/bash
exec $(dirname $0)/${STEP:-stepA_mal} "${@}"