mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +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
|