4 lines
73 B
Bash
4 lines
73 B
Bash
#!/bin/sh
|
|
# Test HTTP server on port 8080
|
|
curl -v http://127.0.0.1:8080/
|
#!/bin/sh
|
|
# Test HTTP server on port 8080
|
|
curl -v http://127.0.0.1:8080/
|