teleo-infrastructure/.agents/skills/private-password-storage/scripts/private-password-storage
2026-07-13 02:06:59 +02:00

5 lines
135 B
Bash
Executable file

#!/bin/sh
set -eu
SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
exec python3 "$SCRIPT_DIR/private_password_storage.py" "$@"