DISABLE FDs (REMOVE ME).
[jackhill/mal.git] / guile / run
CommitLineData
20e8dea0 1#!/bin/bash
9f558de9
IA
2# XDG_CACHE_HOME is where guile stores the compiled files
3XDG_CACHE_HOME=.cache/ exec guile -L $(dirname $0) $(dirname $0)/${STEP:-stepA_mal}.scm "${@}"