mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-19 18:12:43 -05:00
7 lines
358 B
Bash
Executable File
7 lines
358 B
Bash
Executable File
for i in {1..10}; do
|
|
echo "############################################################### STARTING"
|
|
STEAMPIPE_LOG=trace steampipe service start
|
|
echo "############################################################### STOPPING"
|
|
STEAMPIPE_LOG=trace steampipe service stop
|
|
echo "############################################################### DONE"
|
|
done |