summaryrefslogtreecommitdiffstats
path: root/contrib/p910nd-0.8/banner.pl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/p910nd-0.8/banner.pl')
-rwxr-xr-xcontrib/p910nd-0.8/banner.pl9
1 files changed, 0 insertions, 9 deletions
diff --git a/contrib/p910nd-0.8/banner.pl b/contrib/p910nd-0.8/banner.pl
deleted file mode 100755
index 5a238c80..00000000
--- a/contrib/p910nd-0.8/banner.pl
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/perl
-while (1)
-{
- exit 0 if read(STDIN,$c,1) == 0;
- last if ($cl eq "\031" && $c eq "\001");
- $cl = $c;
-}
-kill 'STOP',$$;
-exit 0