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