#!/usr/local/bin/perl -w
use strict;
use VCP::FilesDB;
my $db = VCP::FilesDB->new(
@ARGV ? ( StoreLoc => shift ) : (),
@ARGV ? ( TableName => shift) : ()
);
$db->open_existing_db;
$db->dump( \*STDOUT );
$db->close_db;
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #3 | 4007 | Barrie Slaymaker | - bin/* are now all executable | ||
| #2 | 3899 | Barrie Slaymaker | - bin/dump_files now works again | ||
| #1 | 3022 | Barrie Slaymaker | Need to look at these files sometimes |