bigbiggerbiggestbot/telegram-fitness-bot/run.sh
Danny ae09ab2eec feat(tg-fitness-bot): add telegram fitness bot with web app
Telegram workout tracker bot with Mini App web UI, SQLite database,
API server, and cloudflared tunnel support.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 22:46:10 +02:00

6 lines
177 B
Bash
Executable file

#!/usr/bin/env bash
# Convenience wrapper for running without nix.
# With nix, just use: nix run
set -euo pipefail
cd "$(dirname "${BASH_SOURCE[0]}")"
exec python start.py "$@"