fix tag; stub routines
This commit is contained in:
parent
936097c452
commit
647ea56704
1 changed files with 13 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/perl -w
|
#!/usr/bin/perl -w
|
||||||
|
|
||||||
# $Dwarf$
|
# $Dwarf: safe_mv,v 1.3 2002/10/24 11:06:06 ward Exp $
|
||||||
# $Source$
|
# $Source$
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
@ -15,6 +15,7 @@
|
||||||
|
|
||||||
use File::Copy;
|
use File::Copy;
|
||||||
use Digest::MD5 qw(md5);
|
use Digest::MD5 qw(md5);
|
||||||
|
use Getopt::Long;
|
||||||
|
|
||||||
$DEBUG = 0;
|
$DEBUG = 0;
|
||||||
|
|
||||||
|
|
@ -84,3 +85,14 @@ sub calc_md5($file) {
|
||||||
close(FILE);
|
close(FILE);
|
||||||
return $digest;
|
return $digest;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sub cmdline {
|
||||||
|
}
|
||||||
|
|
||||||
|
sub help {
|
||||||
|
print <<EOT;
|
||||||
|
|
||||||
|
$0 [options] <files> <destination>
|
||||||
|
|
||||||
|
EOT
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue