5 lines
152 B
Bash
Executable File
5 lines
152 B
Bash
Executable File
#!/bin/bash
|
|
vaurien --protocol http --backend localhost:8001 \
|
|
--proxy localhost:8002 \
|
|
--behavior 100:delay --behavior-delay-sleep .5
|