Compare commits

..

1 Commits

Author SHA1 Message Date
cb7e64dacf
Recreate user scripts and add them to the PATH 2020-06-08 03:16:29 +02:00
2 changed files with 2 additions and 2 deletions

View File

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