From 886cf09b95cddf587d276be1d614314849611580 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 1 Jan 2020 16:54:07 +0100 Subject: feat(bin): Add link to 'age' tool from third_party.age --- bin/__dispatch.sh | 6 ++++++ bin/age | 1 + bin/age-keygen | 1 + 3 files changed, 8 insertions(+) create mode 120000 bin/age create mode 120000 bin/age-keygen (limited to 'bin') diff --git a/bin/__dispatch.sh b/bin/__dispatch.sh index ffb4605fd4a8..d9c2e7ee35c3 100755 --- a/bin/__dispatch.sh +++ b/bin/__dispatch.sh @@ -32,6 +32,12 @@ case "${TARGET_TOOL}" in rink) attr="third_party.rink" ;; + age) + attr="third_party.age" + ;; + age-keygen) + attr="third_party.age" + ;; *) echo "The tool '${TARGET_TOOL}' is currently not installed in this repository." exit 1 diff --git a/bin/age b/bin/age new file mode 120000 index 000000000000..8390ec9c9652 --- /dev/null +++ b/bin/age @@ -0,0 +1 @@ +__dispatch.sh \ No newline at end of file diff --git a/bin/age-keygen b/bin/age-keygen new file mode 120000 index 000000000000..8390ec9c9652 --- /dev/null +++ b/bin/age-keygen @@ -0,0 +1 @@ +__dispatch.sh \ No newline at end of file -- cgit 1.4.1