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

test-project.command.envvar.command Maven / Gradle / Ivy

The newest version!
{
    "description": "command description",
    "contentType": "text/plain",
    "set": {
        "GREETING": "hello world!"
    },
    "unset": [
        "BYE"
    ],
    "commands": [
        {
            "os": "linux",
            "command": "sh print.sh"
        },
        {
            "os": "mac",
            "command": "sh print.sh"
        },
        {
            "os": "windows",
            "command": "print.bat"
        }
    ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy