6 lines
		
	
	
		
			101 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			101 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/env bash
 | 
						|
TIME="$1"TODO
 | 
						|
MSG="$2"
 | 
						|
 | 
						|
dunstify --replace=85401 "Event in $TIME minutes" "$MSG"
 |