~ruther/guix-cross-shells

ref: ebe06709e06e1e1b1279c3c099a42ef327210a59 guix-cross-shells/pre-inst-env -rwxr-xr-x 146 bytes
ebe06709 — Rutherther Initial commit 5 months ago
                                                                                
1
2
3
4
5
6
#!/bin/sh

SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
export GUILE_LOAD_PATH="$SCRIPT_DIR/modules"

exec "$@"