Compare commits

..

1 Commits

Author SHA1 Message Date
8db67e825c
Recreate user scripts and add them to the PATH 2020-06-08 23:38:57 +02:00

View File

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