this repo has no description
at main 10 lines 224 B view raw
1#!/bin/bash 2# Start the worker - it prints child PID and only returns once ready 3 4if [ -z "$JS_TOP_WORKER_SOCK" ]; then 5 echo "ERROR: JS_TOP_WORKER_SOCK not set" >&2 6 exit 1 7fi 8 9rm -f "$JS_TOP_WORKER_SOCK" 10unix_worker