From: Scott Worley Date: Sun, 2 Mar 2014 08:57:10 +0000 (-0800) Subject: Extra newline at the end for easier copy/paste X-Git-Url: http://git.scottworley.com/picsort/commitdiff_plain/0f88946688d3ba2ffb20cf5d391ecc7a22fac7e9?ds=inline Extra newline at the end for easier copy/paste Getting the trailing newline makes the final command actually run. --- diff --git a/picsorter.js b/picsorter.js index e8a92a2..f184784 100644 --- a/picsorter.js +++ b/picsorter.js @@ -166,6 +166,7 @@ function show_commands() { commands.push(command.join(" ")); } }); + commands.push(""); $("#shell_out").text(commands.join("\n")).show(); }