configuration/local/bin/marchive
Felix Van der Jeugt 5fe8a76095
start using mblaze
2020-12-04 14:56:09 +01:00

7 lines
66 B
Bash
Executable File

#!/bin/sh
if [ -z "$*" ]; then
mflag -Sf
else
mflag -Sf "$@"
fi