feat: shebang use interpreter relative to script
This commit is contained in:
parent
e487723807
commit
361c3d6695
1 changed files with 1 additions and 1 deletions
2
tts.py
2
tts.py
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue