mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
please pollute!
This commit is contained in:
parent
b26da28087
commit
a36de81e4b
1 changed files with 3 additions and 1 deletions
4
test.sh
4
test.sh
|
|
@ -1,6 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
./dbench start &
|
||||
cat <(./dbench start) &
|
||||
|
||||
sleep 5
|
||||
|
||||
while ! [[ $i == 20 ]]
|
||||
do
|
||||
|
|
|
|||
Loading…
Reference in a new issue