4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
RATE=50k
|
||
|
|
wget -c --limit-rate=$RATE -i ~/to_download_and_watch
|