From c24810c3d5f07c076241b8fd5d912c1136c2cf80 Mon Sep 17 00:00:00 2001 From: Carlos Maiolino Date: Fri, 31 May 2024 10:55:57 +0200 Subject: Add a few extra scripts and move them to bin/ --- bin/rhmail | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 bin/rhmail (limited to 'bin/rhmail') diff --git a/bin/rhmail b/bin/rhmail new file mode 100755 index 0000000..3f435d5 --- /dev/null +++ b/bin/rhmail @@ -0,0 +1,7 @@ +#!/bin/bash + +MUTT=`which neomutt` +MUTTRC="~/.mutt/muttrc-local" + +$MUTT -F $MUTTRC + -- cgit v1.2.3