Skip to content
/ vcutil Public
forked from ossobv/vcutil

Misc. simple utilities to aid version control and host maintenance.

Notifications You must be signed in to change notification settings

waddles/vcutil

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vcutil

Misc. simple utilities to aid version control and host maintenance.

Checking differences of previously installed local files 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

About

Misc. simple utilities to aid version control and host maintenance.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 51.0%
  • Python 46.7%
  • Makefile 1.3%
  • Perl 1.0%