4 lines
42 B
Bash
4 lines
42 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
echo -ne "$sp1\n$sp2\n" > $out
|