LanScraper/script.sh
2022-03-02 00:11:23 +01:00

7 lines
88 B
Bash
Executable File

#!/bin/bash
while read tmp || [ -n "$tmp" ]; do
node index.js $tmp
done < ref.txt