mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
4 lines
79 B
Bash
Executable File
4 lines
79 B
Bash
Executable File
#!/bin/sh
|
|
|
|
/sbin/ifconfig $2 | grep "$1" | awk '{ print $2 }' > /tmp/$2_router
|