1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 21:57:38 +03:00
mal/impls/picolisp/run

3 lines
65 B
Plaintext
Raw Normal View History

2016-09-30 11:05:43 +03:00
#!/bin/bash
2016-10-14 11:39:49 +03:00
exec pil $(dirname $0)/${STEP:-stepA_mal}.l - "${@}"