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

META-INF.dirigible.test-project.command.uname.command Maven / Gradle / Ivy

There is a newer version: 10.6.31
Show newest version
{
   "description":"command description",
   "contentType":"text/plain",
   "commands":[
      {
         "os":"linux",
         "command":"uname -a"
      },
      {
         "os":"mac",
         "command":"uname -a"
      },
      {
         "os":"windows",
         "command":"ver"
      }
   ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy