Restructuring the repo
This commit is contained in:
parent
21e3cf65e6
commit
3d67598c27
45 changed files with 368 additions and 77 deletions
6
misc/alert
Executable file
6
misc/alert
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/zsh
|
||||
time=$1; shift
|
||||
(
|
||||
echo "DISPLAY=$DISPLAY sm \"$@\"" | at $time
|
||||
) &>/dev/null
|
||||
echo "Alerting at $time on screen $DISPLAY"
|
Loading…
Add table
Add a link
Reference in a new issue