This commit is contained in:
2026-01-27 17:40:37 +01:00
parent 82947a7bd6
commit adc2cd572a
55 changed files with 4145 additions and 101 deletions

13
verify_script.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
set -e
BASE_URL="http://localhost:3000/api/v1"
echo "1. Parsing Script..."
RESPONSE=$(curl -s -X POST "$BASE_URL/scripts/parse" \
-H "Content-Type: multipart/form-data" \
-F "file=@test_script.txt")
echo "Response:"
echo "$RESPONSE" | jq .