mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-24 06:03:54 +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
|