mirror of
https://github.com/clockworkpi/launcher_deot.git
synced 2025-12-12 15:38:52 +01:00
11 lines
140 B
Bash
Executable File
11 lines
140 B
Bash
Executable File
#!/bin/bash
|
|
|
|
BASENAME=`dirname "$0"`
|
|
|
|
cd $BASENAME/sys.py
|
|
|
|
# boot sound
|
|
nohup mplayer -volume 75 /home/cpi/music/startup.mp3
|
|
|
|
python run.py
|