From 84afd861b599b587a794dc852061dbf1c0ca056c Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 20 Apr 2016 10:28:56 +0200 Subject: [PATCH] --- commands.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 commands.sh diff --git a/commands.sh b/commands.sh new file mode 100644 index 0000000..4b84328 --- /dev/null +++ b/commands.sh @@ -0,0 +1,2 @@ +$ git diff --name-only aa6860f|xargs -L1 dirname|sort|uniq|xargs -L1 --replace=IN mkdir -p /tmp/test/IN +$ git diff --name-only aa6860f|xargs -L1 --replace=IN cp IN /tmp/test/IN -- 2.30.2