7 lines
101 B
Bash
7 lines
101 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
set -euo pipefail
|
||
|
|
|
||
|
|
node test/hang-socket/http.js
|
||
|
|
node test/hang-socket/https.js
|