Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- if [ -z "$1" ]
- then
- echo "/home/neko/.bin/alarm" | at $(kdialog --icon amarok --caption Будильник --inputbox Время)
- else
- echo "/home/neko/.bin/alarm" | at $1
- fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement