Readme
This commit is contained in:
parent
8280e5b0ad
commit
0d7039d034
2 changed files with 6 additions and 6 deletions
|
@ -253,7 +253,7 @@
|
|||
</p>
|
||||
<code>
|
||||
while read result; do<br/>
|
||||
[ -n "$result" ] && echo "result" >> results.csv<br/>
|
||||
[ -n "$result" ] && echo "$result" >> results.csv<br/>
|
||||
done < <(stdbuf -i0 -o0 curl -s ntfy.sh/results/raw)
|
||||
</code>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue