From 6efd5fe5afd46e8623d70201e8907eb06372eb7a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 20 Apr 2020 05:42:15 -0400 Subject: switch to rbw --- Makefile.hush | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.hush') diff --git a/Makefile.hush b/Makefile.hush index 972d92f..578eca0 100644 --- a/Makefile.hush +++ b/Makefile.hush @@ -60,8 +60,8 @@ config/alacritty/alacritty.yml : config/alacritty/alacritty.yml.hush $(LN) $(notdir $<) $@ config/darksky/api : - pass show websites/darksky.net/api > $@ + rbw get darksky.net api > $@ mpdscribble/mpdscribble.conf : mpdscribble/mpdscribble.conf.tmpl - pass="$$(pass show websites/last.fm/doyster)" &&\ + pass="$$(rbw get last.fm doyster)" &&\ perl -E'while () { if (/^password =/) { say "password = $$ARGV[0]" } else { print } }' "$$pass" < $< > $@ -- cgit v1.2.3-54-g00ecf