8 lines
		
	
	
		
			129 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			129 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								#!/bin/sh
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								pidof dunst && killall dunst
							 | 
						||
| 
								 | 
							
								dunst &
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								notify-send "Hello, World!" &
							 | 
						||
| 
								 | 
							
								notify-send "Hello, World!2" --urgency=critical &
							 |