spawn: add shebang line to script

downstream tools get confused when the script is missing a shebang
line, and having a shebang line doesn't hurt, so add one.
This commit is contained in:
Ray Strode 2018-12-17 15:46:10 -05:00
parent 70eb076ac3
commit 3ab7a6544c

View File

@ -1 +1,2 @@
#!/bin/sh
echo "echo"