mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
5 lines
71 B
Text
5 lines
71 B
Text
|
#!/bin/sh
|
||
|
cd /usr/share/$PRGNAM
|
||
|
exec java -jar MediathekView.jar "$*"
|
||
|
|