You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
229 B

  1. #!/usr/bin/perl
  2. BEGIN { if (-e $ENV{SITE}.'/lib') { use lib $ENV{SITE}.'/lib'; } }
  3. use toychain;
  4. use YAML::Syck qw(Dump);
  5. print "// testing $0\n";
  6. my $height = getChainHeight();
  7. printf "height: %s\n",$height;
  8. exit $?;
  9. 1;#