diff options
author | Daniel Friesel <derf@finalrewind.org> | 2010-12-19 10:53:52 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2010-12-19 10:53:52 +0100 |
commit | 65f299838d8042f3e9176d92c10a064cd086ad9c (patch) | |
tree | f0e72339c2c3c844681fa31ac89abe36e00ae800 /bin/hashl | |
parent | bed5b0763857cf672e6f7d75e486cda3578cb92c (diff) |
Use dotfile for dbfile
Diffstat (limited to 'bin/hashl')
-rwxr-xr-x | bin/hashl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ use Time::Progress; my $base = getcwd(); my $rel_paths = 1; my $read_size = (2 ** 20) * 4; # 4 MiB -my $db_file = "$base/hashl.db"; +my $db_file = "$base/.hashl.db"; my $total = 0; my $cur = 0; my $timer; |