5 lines
31 B
Bash
5 lines
31 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
ifconfig $*
|
||
|
|
exit $?
|