feat: shebang use interpreter relative to script

This commit is contained in:
ayo 2026-06-07 16:51:08 +02:00
parent e487723807
commit 361c3d6695

2
tts.py
View file

@ -1,4 +1,4 @@
#! $HOME/.local/bin/simple-tts/.venv/bin/python
#!/usr/bin/env -S bash -c 'exec "`dirname $0`/python" "$0" "$@"'
## TODO
# - [ ] lower resolution output by default so bluetooth headsets do not struggle