Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- #+ ITS_ URL Video DL: batch version 1.0
- # Dimensions
- height=200
- width=500
- # Numerical batch list's
- yad --height=$height --width=$width --title "Numerical Answer batch#.list" --entry > /tmp/batch#.$$
- _number=`cat /tmp/batch#.$$`
- # Batch list
- batch_list=batch$_number.list
- # Main CMD Variables
- cmd_1=$(zenity --width=$width --height=$height --title "Add URL's To Batch List" --text "v1ral_ITS Download, batch verson" --forms --add-entry "URL:" --forms --add-entry "URL:" --add-entry "URL:" --add-entry "URL:" --add-entry "URL:" --add-entry "URL:" --add-entry "URL:" --add-entry "URL:" --separator='|')
- # Start Main Dialog Program
- #+ ITS_
- echo "$cmd_1" | sed -e "s/|/\n/g" \
- | tee -a /home/v1ral/$batch_list
- # Finish
- /home/v1ral/bin/ITS && sign
- # Exit
- exit $?
Add Comment
Please, Sign In to add comment