summaryrefslogtreecommitdiffstats
path: root/networking/wifi/setup.sh
blob: d31acf570b6027623cb450e0eac8be05b72fbe0c (plain)
1
2
3
4
5
6
7
root_dir="/data/misc/wifi"
adb root
sleep 3
adb shell rm -r "$root_dir"
adb shell mkdir "$root_dir"
adb push ./device-files "$root_dir"
adb push ./device-files/networks "$root_dir""/networks"