Why Nostr? What is Njump?
2024-07-03 00:52:49

npub1j9…jcy8z on Nostr: commit 1e95c63129c031727f06f98e77e5fb4a7c0cb3de Author: @RandyMcMillan ...

commit 1e95c63129c031727f06f98e77e5fb4a7c0cb3de
Author: @RandyMcMillan <[email protected]>
Date: Sun Feb 11 18:24:39 2024 -0500

template/gnostr-nip:detect gnostr-am

diff --git a/template/gnostr-nip b/template/gnostr-nip
index 66da379a1..971658f67 100755
--- a/template/gnostr-nip
+++ b/template/gnostr-nip
@@ -15,9 +15,11 @@
## exit
#
#
-GNOSTR=$(which gnostr || which gnostr-am)
-## export GNOSTR
-## echo $GNOSTR
+#GNOSTR=$(which gnostr || which gnostr-am)
+WHICH_GNOSTR=$(which gnostr)
+GNOSTR=${WHICH_GNOSTR:-gnostr-am}
+export GNOSTR
+echo $GNOSTR

declare CALLED_FROM
declare PRIVKEY
Author Public Key
npub1j9jxdglu65ccr6l27yyuaeu40948j90j29pmyzxnxx9velgjezas0jcy8z