SyntaxFix
Write A Post
Hire A Developer
Questions
Change
if [ -s "p1"]; #line 13
into
if [ -s "p1" ]; #line 13
note the space.