LanScraper/script.sh

7 lines
88 B
Bash
Raw Permalink Normal View History

#!/bin/bash
2022-03-02 00:11:23 +01:00
while read tmp || [ -n "$tmp" ]; do
node index.js $tmp
done < ref.txt