Multithreading

This commit is contained in:
2020-06-14 13:26:24 -04:00
parent 38e81a3dc6
commit a3418af7c1
6 changed files with 117 additions and 78 deletions

View File

@@ -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