Skip to content

Commit c988088

Browse files
committed
added example test.sh
1 parent 3c23dbd commit c988088

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

test_example.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
3+
export PROJECT_X_API_KEY="your_api_key"
4+
export PROJECT_X_USERNAME="your_username"
5+
export PROJECT_X_ACCOUNT_NAME="your_account_name"
6+
# export PROJECT_X_ACCOUNT_NAME="S1JUL2315209876"
7+
8+
source .venv/bin/activate
9+
10+
uv run "${@:-test.py}"

0 commit comments

Comments
 (0)