Readd quotes

See https://mywiki.wooledge.org/BashGuide/Practices#Quoting and 2b1d1c95a8
This commit is contained in:
Richie Bendall
2020-06-19 11:24:38 +12:00
committed by GitHub
parent 0f96f5b490
commit a688a97488

View File

@@ -1,3 +1,3 @@
#!/bin/bash
echo Hello World
echo "Hello World"