mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 15:25:09 +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
|
#!/bin/bash
|
||||||
|
|
||||||
./dbench start &
|
cat <(./dbench start) &
|
||||||
|
|
||||||
|
sleep 5
|
||||||
|
|
||||||
while ! [[ $i == 20 ]]
|
while ! [[ $i == 20 ]]
|
||||||
do
|
do
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue