]> Sergey Matveev's repositories - dotfiles.git/blob - bin/bin/mp
9f03422282976bb2beb7abd63bafe878c64c22d5
[dotfiles.git] / bin / bin / mp
1 #!/usr/bin/env perl
2
3 exec "mpv", map { s/^([A-Z][A-Z])$/--profile=$1/ ; $_ } @ARGV;