7 lines
79 B
Bash
7 lines
79 B
Bash
#!/bin/sh
|
|
|
|
service dbus start
|
|
service bluetooth start
|
|
|
|
python get_data.py ${@}
|