Debug script

This commit is contained in:
Lantium 2022-03-02 00:11:23 +01:00
parent 0d4334c253
commit 242c622fac
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
3ZSBW4J
FP7CC72
FFMYF82
FFMYF82

View File

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