Open up your Terminal emulator and type:
Gedit will be opened and display the content of .bashrc files, now add this script at the end of .bashrc:
- gedit $HOME/.bashrc
Once finished, please save your work and type this command:
- proz-batch() {
- for x in `cat $1`;
- do proz $x;
- done
- }
Now, you can download multiple files by entering text file containing download links:
- source ~/.bashrc
- proz-batch list.txt
Happy downloading :)
0 comments:
Post a Comment