6 lines
110 B
Bash
Executable File
6 lines
110 B
Bash
Executable File
#!/bin/bash
|
|
|
|
here="$(dirname "$(readlink -f "$0")")"
|
|
|
|
exec "$here/../../../bin/mzscheme" "$here/main.ss" "$@"
|