MasterofJOKers
c2f5732351
We switch from `subprocess.run` to manually handling a `Popen` object so we can decide whether a returncode of 1 is fine or now depending on the output we see. Since we want live output during the download, we cannot just capture all the output. Instead, we have to regularly print whatever we captured. Therefore, we need a `Popen` object and need to call `communicate()` with a timeout on it. |
||
---|---|---|
cronplayer | ||
lxc | ||
rip-py | ||
sorted-copy | ||
switch-pa-sink | ||
udev-device-plug-handler | ||
.gitignore | ||
LICENSE | ||
README.md | ||
mirror-yt.py |
README.md
script-dump
Repo to dump scripts in, that have been helpful at some time