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