package linux

import (
	

	
)

// This function executes specified command in shell
func ( string) string {
	 := exec.Command(constants.EXEC_RUNNER, "-c", )
	,  := .Output()

	return string()
}