4 lines
67 B
Plaintext
4 lines
67 B
Plaintext
![]() |
#!/bin/zsh
|
||
|
time=$1; shift
|
||
|
echo "DISPLAY=:0.0 sm \"$@\"" | at $time
|