mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
5 lines
69 B
Bash
5 lines
69 B
Bash
#!/bin/sh
|
|
|
|
exec /usr/lib/vlc/vlc-cache-gen "$@" >&/dev/null
|
|
exit 0
|
|
|