From 5deb731c7499bf446c7cb18fcfadda352904c190 Mon Sep 17 00:00:00 2001 From: Wiktor Zykubek Date: Thu, 14 May 2020 12:29:01 +0200 Subject: [PATCH] Add 'mails' script and 'mailsync' symlink --- .local/bin/scripts/mails | 3 +++ .local/bin/scripts/mailsync | 1 + 2 files changed, 4 insertions(+) create mode 100755 .local/bin/scripts/mails create mode 120000 .local/bin/scripts/mailsync diff --git a/.local/bin/scripts/mails b/.local/bin/scripts/mails new file mode 100755 index 0000000..9f1f7f6 --- /dev/null +++ b/.local/bin/scripts/mails @@ -0,0 +1,3 @@ +#!/bin/sh + +st -e "neomutt" diff --git a/.local/bin/scripts/mailsync b/.local/bin/scripts/mailsync new file mode 120000 index 0000000..eeea574 --- /dev/null +++ b/.local/bin/scripts/mailsync @@ -0,0 +1 @@ +../cron/mailsync \ No newline at end of file