6 lines
		
	
	
	
		
			131 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			131 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/bin/zsh
 | |
| time=$1; shift
 | |
| (
 | |
| echo "DISPLAY=$DISPLAY sm \"$@\"" | at $time
 | |
| ) &>/dev/null
 | |
| echo "Alerting at $time on screen $DISPLAY"
 | 
