Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 244 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 244 Bytes

vcutil

Misc. simple version control utilities.

Check differences against ppa.osso.nl osso package:

dpkg -L vcutil |
while read f; do
  test -x $f && g=/usr/local/bin/${f##*/} &&
  test -f $g && echo $g && diff -pu $g $f
done