mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 18:41:59 +00:00
9 lines
111 B
Bash
Executable file
9 lines
111 B
Bash
Executable file
#!/bin/bash
|
|
|
|
DIRNAME=$(dirname $0)
|
|
|
|
. $DIRNAME/miracle-utils.sh
|
|
|
|
./$DIRNAME/kill-wpa.sh
|
|
|
|
start_network_manager
|