2016-04-19 13:54:03 +00:00
|
|
|
hotfix: This hotfix does nothing.
|
|
|
|
info: >
|
|
|
|
It is true, this hotfix really doesn't do anything.
|
2016-12-11 15:19:18 +00:00
|
|
|
It is just included as an example. This particular
|
|
|
|
example will only work on Raspbian (Raspberry Pi),
|
|
|
|
see the source for details!
|
2016-04-19 13:54:03 +00:00
|
|
|
author: Noccy <cvagnetoft@gmail.com>
|
|
|
|
lang: bash
|
2016-12-11 15:19:18 +00:00
|
|
|
for:
|
|
|
|
- lsb.id=='raspbian'
|
2016-04-19 13:54:03 +00:00
|
|
|
---
|
|
|
|
|
2016-07-21 01:08:06 +00:00
|
|
|
info "Hello World"
|
|
|
|
exec "ls -al"
|