aboutsummaryrefslogtreecommitdiff
path: root/t.sh
diff options
context:
space:
mode:
authorame <[email protected]>2024-04-05 17:34:39 -0500
committerame <[email protected]>2024-04-05 17:34:39 -0500
commitf5d49966a4faa3bfff25e7bdeb262c2d9853cd3a (patch)
tree25b83526a8c8b057cf9493542fb650ead921d9f3 /t.sh
parent7e6d58c143e1f3b1384ca2e798825ff3ed9469ec (diff)
fix warnings
Diffstat (limited to 't.sh')
-rw-r--r--t.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/t.sh b/t.sh
new file mode 100644
index 0000000..18f922d
--- /dev/null
+++ b/t.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+for ((i=1; i < 500; i++)) do
+echo $i
+curl localhost:8090 -F "[email protected]"
+done