mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
parent
f5fb475343
commit
91c1ffcbde
1 changed files with 14 additions and 0 deletions
|
@ -1,5 +1,19 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# debug {{{
|
||||||
|
eval SCRIPT_DEBUG="\$$(basename $0 | tr .- __ )_DEBUG"
|
||||||
|
SCRIPT_DEBUG=${SCRIPT_DEBUG:--1}
|
||||||
|
|
||||||
|
if [ "$SCRIPT_DEBUG" -ge 1 ]
|
||||||
|
then
|
||||||
|
set -x
|
||||||
|
fi
|
||||||
|
if [ "$SCRIPT_DEBUG" -ge 10 ]
|
||||||
|
then
|
||||||
|
set -v
|
||||||
|
fi
|
||||||
|
#}}}
|
||||||
|
|
||||||
./kill-wpa.sh
|
./kill-wpa.sh
|
||||||
|
|
||||||
. miracle-utils.sh
|
. miracle-utils.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue