3 lines
74 B
Bash
3 lines
74 B
Bash
#!/bin/bash
|
|
curl -s http://localhost:9090/ | grep -oP 'data-page="[^"]*"'
|
#!/bin/bash
|
|
curl -s http://localhost:9090/ | grep -oP 'data-page="[^"]*"'
|