~ruther/guix-cross-shells

ref: ab27b3471f38ebfdfe330a4480eb63d1de86b8ea guix-cross-shells/env -rwxr-xr-x 146 bytes
ab27b347 — Rutherther chore: add example with u-boot cross profile 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 "$@"