mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +00:00
4 lines
58 B
Bash
Executable File
4 lines
58 B
Bash
Executable File
#!/bin/sh
|
|
/sbin/ifconfig $1 $2
|
|
/sbin/route delete default
|