dotfiles/.bin/cvs-log
2023-02-22 08:31:38 +01:00

7 lines
58 B
Bash
Executable File

#!/bin/sh
cd /usr/ports/$1
cvs log -Nl -rHEAD 2>&1
tree