]> Sergey Matveev's repositories - dotfiles.git/blob - mpv/bin/my-mkvclean
Less .sh and more explicit my-
[dotfiles.git] / mpv / bin / my-mkvclean
1 #!/bin/sh
2
3 mkvpropedit \
4     --edit info \
5     --delete title \
6     --delete date \
7     --set muxing-application=- \
8     --set writing-application=- \
9     --chapters "" \
10     --tags all: $@