This commit is contained in:
2025-01-24 20:28:28 +01:00
parent 8a29d5f41c
commit bb0647e2b5
2 changed files with 7 additions and 1 deletions

View File

@@ -1,10 +1,12 @@
#!/bin/bash
# Scarica pagine "test" da ip pre CF
curl --no-progress-meter -L http://52.203.236.205:8080/ -o stats1.html
curl --no-progress-meter -L http://52.203.236.205:8081/ -o stats2.html
curl --no-progress-meter -L http://52.203.236.205:8080/download/userViewer.json -o userViewer.json
curl --no-progress-meter -L http://52.203.236.205:8080/download/userVieweOperation.json -o userVieweOperation.json
# Aggiusta link
sed -i 's|/download/userViewer.json|./userViewer.json|g' stats1.html
sed -i 's|/download/userViewer.json|./userViewer.json|g' stats2.html
sed -i 's|/download/userVieweOperation.json|./userVieweOperation.json|g' stats1.html