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