annotate bin/python @ 2133:1dbbf0db3036

WIP graph-using songlist; trying to make request-then-play safer ux for song playback
author drewp@bigasterisk.com
date Sun, 05 Jun 2022 01:42:39 +0000
parents 2951a690f1ba
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2030
aeafe7d0b033 have bin/* run via pdm's python config
drewp@bigasterisk.com
parents:
diff changeset
1 #!/bin/sh
2070
2951a690f1ba collector takes requests from bin/collector_loadtest.py
drewp@bigasterisk.com
parents: 2030
diff changeset
2 PYTHONPATH=. pdm run python3 "$@"