/[Sack]/trunk/bin/sack.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/bin/sack.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 87 by dpavlin, Wed Sep 30 19:30:45 2009 UTC revision 89 by dpavlin, Wed Sep 30 19:53:29 2009 UTC
# Line 498  run_views; Line 498  run_views;
498  while ( 1 ) {  while ( 1 ) {
499    
500          print "sack> ";          print "sack> ";
501          chomp( my $cmd = <STDIN> );  
502            my $cmd = <STDIN>;
503            exit unless defined $cmd; # CTRL+D
504            chomp $cmd;
505    
506          if ( $cmd =~ m{^(h|\?)} ) {          if ( $cmd =~ m{^(h|\?)} ) {
507                  print << "__HELP__"                  print << "__HELP__"

Legend:
Removed from v.87  
changed lines
  Added in v.89

  ViewVC Help
Powered by ViewVC 1.1.26