Skip to content

Commit

Permalink
Actual imrovements
Browse files Browse the repository at this point in the history
  • Loading branch information
thejawker committed Jul 1, 2018
1 parent 84fd217 commit 0e12470
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions src/ScriptInitializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ public function run(): void
ERRORS=\${ERRORS}\"$1=>==\$output~@~@~\"
fi
printf $1
printf \${output}
echo [running] $1':'
echo -e $\{output}
echo -e 'n'
}"
);
$this->comment("Timestamp to check how long the process took.");
Expand Down
8 changes: 4 additions & 4 deletions testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ run_command() {
errors=${errors}"$1=>==$output~@~@~"
fi

echo $1
echo ${output}
echo [running] $1':'
echo -e ${output}
echo -e '\n'
}

run_command 'not anything -hh'
run_command 'git anything -hh'
run_command 'echo something\n stuff'

echo ${errors}

0 comments on commit 0e12470

Please sign in to comment.