blob: 3a2dae286c5659de8610a305760388ede5463856 (
plain) (
tree)
|
|
#!/bin/sh
# Under Creative Commons Attribution-ShareAlike 4.0 International. See
# <https://creativecommons.org/licenses/by-sa/4.0/>.
## Heads up. This script is supposed to be run from the directory in
## which it was found.
# start guile interactive with current directory added to the
# load-path.
guile -L .
|