mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-27 20:41:37 +02:00
6 lines
130 B
Bash
6 lines
130 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
mplayer -fs -zoom /assets/data/Tooloop\ Greeter\ Intro.mp4 /assets/data/Tooloop\ Greeter\ Loop.mp4 -loop 0 &
|
||
|
|
|
||
|
|
exit 0
|