~ruther/guix-cross-shells

ref: 70a2087d244f757bec823f67380f9d46a0e8d915 guix-cross-shells/env -rwxr-xr-x 146 bytes
70a2087d — Rutherther docs: Add initial readme 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 "$@"