6 lines
		
	
	
		
			157 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			157 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/sh
 | 
						|
[ -f /etc/xprofile ] && source /etc/xprofile
 | 
						|
[ -f ~/.xprofile ] && source ~/.xprofile
 | 
						|
#[ -f ~/.Xresources ] && xrdb ~/.Xresources
 | 
						|
#caps:swapescape
 |