From 361c3d6695bf62fde77af9294ffeaf5862ad4048 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 7 Jun 2026 16:51:08 +0200 Subject: [PATCH] feat: shebang use interpreter relative to script --- tts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tts.py b/tts.py index 00f0a0c..90f3a81 100755 --- a/tts.py +++ b/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