source: dotfiles/guix/rde/pre-inst-env@ 420782f

Last change on this file since 420782f was 420782f, checked in by Mikhail Kirillov <mikhail.kirillov@…>, on Apr 19, 2023 at 9:25:51 PM

Add rde

  • Property mode set to 100755
File size: 106 bytes
Line 
1#!/bin/sh
2
3GUILE_LOAD_PATH="./src${GUILE_LOAD_PATH:+:}$GUILE_LOAD_PATH"
4export GUILE_LOAD_PATH
5
6exec "$@"
Note: See TracBrowser for help on using the repository browser.