6 lines
		
	
	
	
		
			121 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			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 "$@"
 |