php-hotfix/examples/nullpatch-ubuntu.fix

15 lines
399 B
Plaintext
Raw Normal View History

2016-12-11 15:19:18 +00:00
hotfix: This hotfix does nothing.
info: >
It is true, this hotfix really doesn't do anything.
It is just included as an example. This particular
example will only work on Ubuntu 16.04 or later,
see the source for details!
author: Noccy <cvagnetoft@gmail.com>
lang: bash
for:
- lsb.id=='ubuntu' and lsb.release>='16.04'
---
info "Hello World"
exec "ls -al"