package main
/*
import "log"
import "fmt"
import "reflect"
import "os"
import "github.com/gookit/config"
*/
func main() {
parseConfig()
// shellRAW("localhost", 5)
// simpleProcess("ping -c 10 localhost")
shell("ping localhost -c 5", 10)
}