6 líneas
		
	
	
		
			157 B
		
	
	
	
		
			Bash
		
	
	
		
			Archivo Ejecutable
		
	
	
	
	
			
		
		
	
	
			6 líneas
		
	
	
		
			157 B
		
	
	
	
		
			Bash
		
	
	
		
			Archivo Ejecutable
		
	
	
	
	
| #!/bin/sh
 | |
| [ -f /etc/xprofile ] && source /etc/xprofile
 | |
| [ -f ~/.xprofile ] && source ~/.xprofile
 | |
| #[ -f ~/.Xresources ] && xrdb ~/.Xresources
 | |
| #caps:swapescape
 |