5 lines
41 B
Bash
5 lines
41 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo stdout
|
||
|
echo stderr >&2
|