6 lines
71 B
Bash
6 lines
71 B
Bash
#!/bin/sh
|
|
|
|
echo not a complete header
|
|
echo and nothing sent to stderr
|
|
|
#!/bin/sh
|
|
|
|
echo not a complete header
|
|
echo and nothing sent to stderr
|
|
|