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