5 lines
100 B
Bash
Executable File
5 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
echo This is stderr from a. > /dev/stderr
|
|
echo This is stdout from a. > /dev/stdout
|
|
false
|