Add clear/cmd_cache command to git

This commit is contained in:
dirk 2010-02-26 18:28:43 +00:00
parent bbb282d33d
commit 1488e94d7a
2 changed files with 3 additions and 2 deletions

1
cmd/clear/cmd_cache.pl Symbolic link
View File

@ -0,0 +1 @@
../load/cmd_cache.pl

View File

@ -9,8 +9,8 @@ package main;
use vars qw($version $subversion $build);
$version = '1.55';
$version = '';
$subversion = '0';
$build = '54';
$build = '1';
1;