7 lines
58 B
Plaintext
7 lines
58 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cd /usr/ports/$1
|
||
|
|
||
|
cvs log -Nl -rHEAD 2>&1
|
||
|
tree
|