feat(assist): health-check feat(peers): health-check feat(sourcemaps-reader): health-check
3 lines
No EOL
123 B
Bash
Executable file
3 lines
No EOL
123 B
Bash
Executable file
#!/bin/bash
|
|
rsync -avr --exclude=".*" --ignore-existing ../assist/utils ./
|
|
cp ../sourcemap-reader/utils/health.js ./utils/. |