5 lines
63 B
Bash
5 lines
63 B
Bash
|
#!/bin/bash
|
||
|
INTERFACE="$3"
|
||
|
|
||
|
/usr/sbin/batctl if del $INTERFACE
|