skriptit/mblaze-skriptit/bin/posti.sh
Juhani Krekelä ddda928165 mblaze-skriptit
2026-08-19 23:34:06 +03:00

12 lines
187 B
Shell
Executable file

#!/bin/sh
set -e
libexec="$HOME/.local/libexec"
if [ -n "$(mdirs | mlist -N)" ]
then
"$libexec/mblaze-suodattimet.sh"
"$libexec/mblaze-uudet.sh"
fi
"$libexec/mblaze-lukemattomat.sh"