#!/bin/bash while read tmp; do node index.js $tmp done < ref.txt