From c6f7e0b955693be3986efc86c9c0e17b3e7b0fc1 Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 16 Jun 2017 00:25:49 +0200 Subject: `all` target back as default target for the Makefile `editions` and `minimize` targets can't be resolved as file wildcards, because with they're resolved once and may not exist in a clean environment --- bin/target-ranking-files.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/target-ranking-files.sh (limited to 'bin') diff --git a/bin/target-ranking-files.sh b/bin/target-ranking-files.sh new file mode 100755 index 0000000..001834f --- /dev/null +++ b/bin/target-ranking-files.sh @@ -0,0 +1,3 @@ +#!/bin/bash +CONFIG=$1 +jq -jr '.[] | .url + " "' $CONFIG -- cgit v1.2.3