#!/bin/sh
cp --update=none .guile ~
export GUILE_AUTO_COMPILE=0
guile "$@"
