4 lines
76 B
Bash
4 lines
76 B
Bash
#!/bin/sh
|
|
# This file closes down the tap device.
|
|
|
|
ifconfig $INTERFACE down
|