mirror of
https://github.com/simon987/music-graph-scripts.git
synced 2025-12-20 09:45:56 +00:00
Multithreading
This commit is contained in:
@@ -16,5 +16,5 @@ if [[ -z "${SPOTIFY_SECRET}" ]]; then
|
||||
fi
|
||||
|
||||
while true; do
|
||||
/usr/bin/time python3 "$1" --count 50 &>> "$1".log
|
||||
/usr/bin/time python3 "$@" &>> "$1".log
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user