From 2d9c2a38c77f7435bcb6ed64199538a1dbcaa011 Mon Sep 17 00:00:00 2001 From: xyz Date: Mon, 16 May 2022 01:43:27 -0700 Subject: add sh scripts curl xmr rate, and xmr wallet cli with daemon --- home/xyz/.local/bin/rate | 3 +++ home/xyz/.local/bin/xmr | 4 ++++ 2 files changed, 7 insertions(+) create mode 100755 home/xyz/.local/bin/rate create mode 100755 home/xyz/.local/bin/xmr (limited to 'home/xyz') diff --git a/home/xyz/.local/bin/rate b/home/xyz/.local/bin/rate new file mode 100755 index 00000000..15b25bf2 --- /dev/null +++ b/home/xyz/.local/bin/rate @@ -0,0 +1,3 @@ +#!/bin/sh + +curl "rate.sx/${1:-1xmr}" diff --git a/home/xyz/.local/bin/xmr b/home/xyz/.local/bin/xmr new file mode 100755 index 00000000..e0516b9a --- /dev/null +++ b/home/xyz/.local/bin/xmr @@ -0,0 +1,4 @@ +#!/bin/sh + +pidof -q monerod || alacritty -e monerod +monero-wallet-cli --config-file="$HOME/.bitmonero/monero-wallet-cli.conf" -- cgit v1.2.3-70-g09d2