#!/bin/sh

# arch-tag: 36b2efee-c150-4a9b-af28-8fe7266a5379

this_dir=`dirname $0`
this_dir=`realpath $this_dir`

export GUILE_LOAD_PATH=$this_dir/src:$GUILE_LOAD_PATH

exec "$@"

