guix-linux-run/linux-run

7 lines
121 B
Plaintext
Raw Normal View History

2021-06-06 10:35:14 +00:00
#!/bin/sh
2021-06-06 14:13:41 +00:00
export LD_LIBRARY_PATH=$LIBRARY_PATH
2021-06-06 10:35:14 +00:00
RUNNER=$(find ~/.guix-profile/lib/ -name 'ld-linux-*.so*')
2021-06-06 14:56:52 +00:00
$RUNNER "$@"