]> git.scottworley.com Git - picsort/blobdiff - picsorter.js
Extra newline at the end for easier copy/paste
[picsort] / picsorter.js
index e8a92a2ed6eec0c5171ef2f427f0757c684d5715..f1847841dc052819c962b94e0d487093eca951fd 100644 (file)
@@ -166,6 +166,7 @@ function show_commands() {
       commands.push(command.join(" "));
     }
   });
+  commands.push("");
   $("#shell_out").text(commands.join("\n")).show();
 }