Closed morganchristiansson closed 6 years ago
if
for
if expr ; then
mkdir -p
echo
printf
config.sh
importer.sh
exporter.sh
"$KEY"
Add ?w=1 to pull request URL to hide whitespace changes.
?w=1
if
andfor
blocks use consistent style by starting them on a single line , e.g.if expr ; then
.mkdir -p
only fails if the directory cannot be created so no error handling is needed.echo
overprintf
config.sh
and include it fromimporter.sh
andexporter.sh
"$KEY"
. If the variable is missing the path was being used as key instead and path was not provided.Add
?w=1
to pull request URL to hide whitespace changes.