9703e0f08e
Implementation is 99% based on Steven's initial implementation.
4 lines
55 B
Bash
Executable file
4 lines
55 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "init: stdout"
|
|
echo "init: stderr" >&2
|