configuration/local/bin/marchive

7 lines
66 B
Plaintext
Raw Normal View History

2020-12-04 14:56:09 +01:00
#!/bin/sh
if [ -z "$*" ]; then
mflag -Sf
else
mflag -Sf "$@"
fi