readline: rename from bash (which is just one application)
[sheet.git] / readline.plp
similarity index 98%
rename from bash.plp
rename to readline.plp
index dfaeda4d83ed93716a367043e4993d5806ee63be..b8a6022c6c19b80ec8514163409ab5eebd1e9b9b 100644 (file)
--- a/bash.plp
@@ -51,7 +51,7 @@ $header{content_type} = "text/html; charset=$sign{charset}";
 
 <:
 use Shiar_Sheet::Keyboard;
-my $keys = Shiar_Sheet::Keyboard->new({do 'bash.inc.pl'});
+my $keys = Shiar_Sheet::Keyboard->new({do 'readline.inc.pl'});
 $keys->map($get{map}) or undef $get{map};
 $keys->print_rows($get{static} || '543');
 :>