~ruther/guix-cross-shells

guix-cross-shells/env -rwxr-xr-x 146 bytes
121e12b3 — Rutherther chore: Make this a channel 2 days 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 "$@"