選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
12345678910 |
- #!/bin/bash
-
- # Prompt user for the prefix value
- read -p "Enter the prefix for the URL: " prefix
-
- # Run slowhttptest with the specified prefix
- slowhttptest -B \
- -u "http://${prefix}.gslab-juiceshop.com/" \
- -d "gslab-juiceshop.com.edgekey-staging.net:80" \
- -r 4 -c 2
|