mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-03-03 17:13:55 +08:00
7 lines
87 B
Bash
7 lines
87 B
Bash
|
|
#!/usr/bin/bash
|
||
|
|
while true
|
||
|
|
do
|
||
|
|
service call audio 3 i32 3 i32 $1 i32 1
|
||
|
|
sleep 1
|
||
|
|
done
|