add Gitt commands to mars-status.pl

This commit is contained in:
jmann 2012-01-27 15:51:55 +01:00 committed by Thomas Schoebel-Theuer
parent df22f6bc58
commit bde90c7691

View File

@ -1,5 +1,7 @@
#!/usr/bin/perl -w
#
# $Id$
# $Author$ $Date$
# last update at Fr 27. Jan 12:59:55 CET 2012 by joerg.mann@1und1.de
# TODO:
@ -18,7 +20,7 @@ use Term::ANSIColor;
### defaults
my $version = "0.067j";
my $version = "0.067k";
my $alife_timeout = "99"; # sec
my $is_tty = 0;
my $mars_dir = '/mars';