1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 10:37:58 +03:00
mal/guile/run
2016-09-20 17:55:29 +05:30

4 lines
165 B
Bash
Executable File

#!/bin/bash
# XDG_CACHE_HOME is where guile stores the compiled files
XDG_CACHE_HOME=.cache/ exec guile -L $(dirname $0) $(dirname $0)/${STEP:-stepA_mal}.scm "${@}"