dotfiles/scripts/linux-run
2023-06-29 09:31:56 -05:00

6 lines
121 B
Bash
Executable file

#!/bin/sh
export LD_LIBRARY_PATH=$LIBRARY_PATH
RUNNER=$(find ~/.guix-profile/lib/ -name 'ld-linux-*.so*')
$RUNNER "$@"