Add local Telebit client helper

This commit is contained in:
Elias Renman
2026-06-25 16:11:46 +02:00
parent 1e907bbcbd
commit b12d1c1f47
2 changed files with 6 additions and 0 deletions

2
.gitignore vendored
View File

@@ -1 +1,3 @@
.env
bin/
telebit-client.env

4
run-client.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
set -eu
exec "$(dirname "$0")/bin/telebit" --env "$(dirname "$0")/telebit-client.env"