php-hotfix/examples/nullpatch-raspbian.fix

15 lines
378 B
Plaintext

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 Raspbian (Raspberry Pi),
see the source for details!
author: Noccy <cvagnetoft@gmail.com>
lang: bash
for:
- lsb.id=='raspbian'
---
info "Hello World"
exec "ls -al"