Skip to content

Commit

Permalink
Some basic instructions on the use of the gettemp program.
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jun 5, 2015
1 parent 792c7a5 commit 1730f5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gettemp
Expand Up @@ -8,6 +8,8 @@ use lib 'lib';
use Data::Dumper;
use Hive;

die "Please give your Hive username and password\n" if @ARGV < 2;

my ($user, $pass) = @ARGV;

my $hive = Hive->new({
Expand Down

0 comments on commit 1730f5a

Please sign in to comment.