1
0
mirror of https://github.com/captn3m0/Scripts.git synced 2024-09-21 00:57:51 +00:00
scripts/bluetooth-pan.sh
2012-01-28 12:44:33 +05:30

6 lines
131 B
Bash
Executable File

#!/bin/bash
sudo modprobe bnep
sudo pand --listen -c 78:CA:04:B7:9E:35 --role=NAP -n --persist
sudo ifconfig bnep0
sudo ifup bnep0