first commit

This commit is contained in:
2026-04-28 22:37:18 +02:00
commit 5ffbfb5bc0
5 changed files with 475 additions and 0 deletions

4
invoice.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec "$HOME/venvovi/invoicer/bin/python" "$DIR/invoicer.py" "$@"