12 lines
187 B
Shell
Executable file
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"
|