mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
4 lines
55 B
Bash
Executable File
4 lines
55 B
Bash
Executable File
#!/bin/sh
|
|
ifconfig $1 up
|
|
exec /sbin/brconfig $2 add $1
|