From 65f299838d8042f3e9176d92c10a064cd086ad9c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 19 Dec 2010 10:53:52 +0100 Subject: Use dotfile for dbfile --- bin/hashl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/hashl b/bin/hashl index 0724f9d..a786635 100755 --- a/bin/hashl +++ b/bin/hashl @@ -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; -- cgit v1.2.3