mirror of https://github.com/ekimekim/wubloader
Simple script for running downloader with correct args and given channels
parent
4ce2094cef
commit
684971fcc7
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
ARGS=()
|
||||
for arg in "$@"; do
|
||||
ARGS+=("${arg}!")
|
||||
done
|
||||
|
||||
WUBLOADER_DISABLE_STACKSAMPLER=true python -m downloader --base-dir /srv/wubloader "${ARGS[@]}"
|
Loading…
Reference in New Issue