mirror of
https://github.com/minio/minio.git
synced 2024-12-27 15:45:55 -05:00
6 lines
65 B
Makefile
6 lines
65 B
Makefile
|
startdb:
|
||
|
@testdb/setup.sh start
|
||
|
|
||
|
stopdb:
|
||
|
@testdb/setup.sh stop
|