aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/wrappers/guile
blob: 1a5b4d8ffb44cef2da7c4caa5abb0d75389cea4b (plain)
1
2
#!/bin/sh -eu
HOME=$HOME/.config && $(which guile --all | grep --invert-match "local/bin" | head --lines 1) "$@";