4 lines
67 B
Bash
Executable file
4 lines
67 B
Bash
Executable file
#!/bin/zsh
|
|
time=$1; shift
|
|
echo "DISPLAY=:0.0 sm \"$@\"" | at $time
|