mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
6 lines
69 B
Bash
6 lines
69 B
Bash
#!/bin/sh
|
|
|
|
exec /usr/lib/vlc/vlc-cache-gen "$@" >&/dev/null
|
|
exit 0
|
|
|