All Downloads are FREE. Search and download functionalities are using the official Maven repository.

archetype-resources.test-script.sh Maven / Gradle / Ivy

There is a newer version: 2.2.161
Show newest version
#!/bin/bash
for i in `seq 1 100`;
        do
            curl http://war-wildfly-default.vagrant.f8/api/greet/fabric8
            sleep 5
            echo
        done




© 2015 - 2025 Weber Informatics LLC | Privacy Policy