12 lines
261 B
Plaintext
12 lines
261 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.
|
||
|
author: Noccy <cvagnetoft@gmail.com>
|
||
|
lang: bash
|
||
|
---
|
||
|
|
||
|
echo "Hello World"
|
||
|
|
||
|
echo "This is executing in bash! Woot"
|