From 8a3972f856e13561dddf8db30f0af69a20087743 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Wed, 26 May 2021 18:44:54 +0300 Subject: bashrc: fix issues and push scripts to separate files for some weird reasons they were included in bashrc as functions --- .local/bin/keylookup | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 .local/bin/keylookup (limited to '.local/bin/keylookup') diff --git a/.local/bin/keylookup b/.local/bin/keylookup new file mode 100755 index 0000000..90e3a45 --- /dev/null +++ b/.local/bin/keylookup @@ -0,0 +1,8 @@ +#!/bin/sh + +main() { + curl "http://hkps.pool.sks-keyservers.net/pks/lookup?op=get&search=0x$1" +} + +main "$@" + -- cgit v1.2.3