4 lines
76 B
Plaintext
4 lines
76 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
exec guile -L . -e '(@ (make main) main)' -s "$0" "$@"
|
||
|
!#
|