~ruther/guix-cross-shells

ref: 6cc1cad2ec4a1c924edb2178b9e19d400f320573 guix-cross-shells/env -rwxr-xr-x 146 bytes
6cc1cad2 — Rutherther chore: rename pre-inst-env to env 2 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 "$@"