start.bash 163 B

12345678
  1. #!/usr/bin/env bash
  2. set -Eeuxo pipefail
  3. DIR=$(dirname "$(readlink -f "${0}")")
  4. guile -L "${DIR}" -L "${DIR}/fslib" -L "${DIR}/guile-user-input-output" main.scm