changeset 11435:18ae15b9c743

<wob_jonas> `` rm -v bin/en2sv
author HackBot
date Thu, 01 Mar 2018 17:48:49 +0000
parents 9debc4ee24cc
children 6ea5d91f54ab
files bin/en2sv
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bin/en2sv	Thu Mar 01 17:45:43 2018 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-#!/usr/bin/perl
-use Encode; binmode *$_,"encoding(utf8)" for STDIN,STDOUT; local$/; for (split//,<STDIN>) { rand(5)<3 and y/EOeo/\xc4\xc5\xe4\xe5/; print }