]> iEval git - filters.git/blobdiff - jibberish
blanket removal of emacs cruft from changelog files, and some other minor
[filters.git] / jibberish
index ad2743a25a57d4047fb7a58ca47faaec16e25879..9271ef20cb505dfea1a51269ab248de3753489eb 100644 (file)
--- a/jibberish
+++ b/jibberish
@@ -4,29 +4,31 @@
 $ENV{PATH}.=":/usr/games";
 
 @all= qw(
+eleet
+b1ff
+chef
+jethro
+upside-down
+kraut
+cockney
 jive
-valspeak
 nyc
-cockney
-fin
-biffa
 ken
-aust
-drawl
-kraut
-newspeak
-chef
-marc-barrett
-censor
-fudd
-moo
-buck
-jethro
-b1ff
-eleet
 ky00te
+rasterman
 );
 
+@nonfree= qw(
+newspeak
+);
+
+# Test to see if non-free filters are here, if so, add them to @all.
+foreach (@nonfree) {
+       if (-x "/usr/games/$_") {
+               push @all, $_;
+       }
+}
+
 # shuffle order
 srand;
 for (0..$#all) {
This page took 0.020743 seconds and 4 git commands to generate.