#!/bin/bash npm install while true; do node send_universal.js --api tonhub --bin ./pow-miner-opencl sleep 1; done;