2 lines
57 B
Bash
2 lines
57 B
Bash
#!/bin/bash
|
|
curl --fail http://localhost:3000/ || exit 1
|
#!/bin/bash
|
|
curl --fail http://localhost:3000/ || exit 1
|