From 0f88946688d3ba2ffb20cf5d391ecc7a22fac7e9 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Sun, 2 Mar 2014 00:57:10 -0800 Subject: [PATCH] Extra newline at the end for easier copy/paste Getting the trailing newline makes the final command actually run. --- picsorter.js | 1 + 1 file changed, 1 insertion(+) 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(); } -- 2.44.1