5 lines
		
	
	
	
		
			79 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			79 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
[ -x /usr/bin/urxvtcd ] && exec /usr/bin/urxvtcd 
 | 
						|
 | 
						|
exec urxvtc "$@"
 |