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