Add portsearch
git-svn-id: http://photonzero.com/dotfiles/trunk@76 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
parent
73f5ca5d9e
commit
07e8fd68e8
1 changed files with 4 additions and 0 deletions
4
bin/portsearch
Executable file
4
bin/portsearch
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
cd /usr/ports
|
||||
make search name=$1 | grep "^\(Port\|Path\|Info\|Moved\|$\)"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue