From b911eba455e3b5b913ec7ea9e51e02200060e5b9 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 16 Apr 2019 13:52:37 -0400 Subject: [PATCH] even comments are bloat --- bin/mailsync | 8 +------- bin/openfile | 1 - 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/bin/mailsync b/bin/mailsync index 6292021..da1d2b7 100755 --- a/bin/mailsync +++ b/bin/mailsync @@ -1,11 +1,5 @@ #!/usr/bin/env sh -# This script will run mbsync and check -# for new email if there is an internet connection. -# -# If it detects new mail, it uses mpv to play a -# notification sound: notify.opus -# -# I have this run as a cronjob every 5 minutes. +# Sync mail and give notification if there is new mail. # Checks for internet connection and set notification script. ping -q -c 1 1.1.1.1 > /dev/null || exit diff --git a/bin/openfile b/bin/openfile index fdc0e5f..19cb077 100755 --- a/bin/openfile +++ b/bin/openfile @@ -1,6 +1,5 @@ #!/bin/sh # Helps open a file with xdg-open from mutt in a external program without weird side effects. - base=$(basename "$1") ext="${base##*.}" file=$(mktemp -u --suffix=".$ext")