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