From 9e392af7d1191ae712febd51d9606d56511dd5dd Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Wed, 16 Sep 2020 13:16:59 -0700 Subject: [PATCH] Add tmpmail script. --- bin/install_tool | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bin/install_tool b/bin/install_tool index 1b7cba1..529e02f 100755 --- a/bin/install_tool +++ b/bin/install_tool @@ -333,6 +333,13 @@ EOF add_bin_symlink aws rm -rf ${DN} ;; + tmpmail) + install_pkgs curl w3m jq + mkdir -p ${DESTDIR} + curl -L "https://git.io/tmpmail" > ${DESTDIR}/tmpmail + chmod +x ${DESTDIR}/tmpmail + add_bin_symlink tmpmail + ;; *) echo "Unknown tool: ${TOOL}" >/dev/stderr echo "Options:" >/dev/stderr