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

mlab.0.1.7.source-code.tst.mlab Maven / Gradle / Ivy

There is a newer version: 0.1.9-RC1
Show newest version
#!/usr/bin/env mlab

FROM ubuntu

FLAG -bool fail Fail running

START << END
    set -e
    date
    if [ "$fail" = "true" ]
    then
       echo failng on purpose >&2
       exit 10
    fi
    sleep 1
    date
    mlab detach
    sleep 60
    exit 23
END




© 2015 - 2025 Weber Informatics LLC | Privacy Policy