Compare commits

..

1 Commits

Author SHA1 Message Date
5d1505e996
Recreate user scripts and add them to the PATH 2020-06-09 01:29:02 +02:00

View File

@ -1,8 +1,5 @@
#!/usr/bin/env bash
directory=/tmp/webtorrent
player=mpv
webtorrent download "$1" -s -o "$directory" --"$player"
webtorrent download "$1" -s -o /tmp/webtorrent
read -rp "File number: " nr
webtorrent download "$@" -s "$nr" -o "$directory" --"$player"
webtorrent download "$@" -s "$nr" -o /tmp/webtorrent