Compare commits
1 Commits
8db67e825c
...
32827e27ef
Author | SHA1 | Date | |
---|---|---|---|
32827e27ef |
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/sh
|
||||||
|
|
||||||
webtorrent download "$1" -s -o /tmp/webtorrent
|
webtorrent download "$1" -s
|
||||||
read -p "File number: " nr
|
read -p "File number: " nr
|
||||||
webtorrent download "$@" -s $nr -o /tmp/webtorrent
|
webtorrent download "$@" -s "$nr" -o /tmp/webtorrent
|
||||||
|
Loading…
Reference in New Issue
Block a user