fixed bug in curl

This commit is contained in:
2020-12-27 17:49:40 +01:00
parent b306d6b51f
commit e76070bf44

View File

@@ -1,6 +1,6 @@
#!/bin/bash
if [[ ! -z "${LOOP}"]]; then
if [[ ! -z "${LOOP}" ]]; then
while :
do
curl "$@"