diff options
Diffstat (limited to 't.sh')
| -rw-r--r-- | t.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#!/bin/bash +for ((i=1; i < 500; i++)) do +echo $i +curl localhost:8090 -F "[email protected]" +done |
![]() |
index : lullaby.git | |
| broad lua library primarily for networking, cryptography, and multithreading | System user; root |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | t.sh | 5 |
@@ -0,0 +1,5 @@ +#!/bin/bash +for ((i=1; i < 500; i++)) do +echo $i +curl localhost:8090 -F "[email protected]" +done |