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