Advertisement
jfreak53

Plowdown GUI Link Checker

Apr 7th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. ME=$(echo "Please replace this text with your links to check" 2>&1 | zenity --text-info --editable --width 650 --height 400);
  4.  
  5. plowdown -c $ME 2>&1 | zenity --text-info --width 650 --height 400
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement