start using mblaze

This commit is contained in:
Felix Van der Jeugt 2020-12-04 14:56:09 +01:00
parent cc8667004b
commit 5fe8a76095
No known key found for this signature in database
GPG key ID: 58B209295023754D
9 changed files with 92 additions and 0 deletions

6
local/bin/marchive Executable file
View file

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