8 lines
		
	
	
	
		
			67 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			67 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/bin/zsh
 | |
| 
 | |
| if ! pidof awesome; then
 | |
| 	sleep 5
 | |
| 	exit
 | |
| fi
 | |
| 
 | |
| exec xiccd
 | 
