betlog

screenshot-redo.sh

Jul 8th, 2019
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. #!/bin/bash
  2. if [[ -e /tmp/screenshotPrior ]]; then
  3.     /tmp/screenshotPrior
  4. else
  5.     kdialog --title "REDO ERROR " --passivepopup "NO PRIOR SCREENSHOT" 3
  6. fi
Advertisement
Add Comment
Please, Sign In to add comment