5 lines
55 B
Text
5 lines
55 B
Text
|
#!/bin/sh
|
||
|
|
||
|
echo "init: stdout"
|
||
|
echo "init: stderr" >&2
|