4 lines
86 B
Bash
Executable file
4 lines
86 B
Bash
Executable file
#!/bin/sh
|
|
cd /usr/ports
|
|
make search name=$1 | grep "^\(Port\|Path\|Info\|Moved\|$\)"
|
|
|