Advertisement
Guest User

Untitled

a guest
Aug 28th, 2011
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. if [ -z "$1" ]  
  4.  then
  5.   echo "/home/neko/.bin/alarm" | at $(kdialog --icon amarok --caption Будильник --inputbox Время)
  6.  else
  7.   echo "/home/neko/.bin/alarm" | at $1
  8. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement