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