summaryrefslogtreecommitdiff
path: root/add-start-end
diff options
context:
space:
mode:
Diffstat (limited to 'add-start-end')
-rwxr-xr-xadd-start-end10
1 files changed, 10 insertions, 0 deletions
diff --git a/add-start-end b/add-start-end
new file mode 100755
index 0000000..30deaec
--- /dev/null
+++ b/add-start-end
@@ -0,0 +1,10 @@
+#!/usr/bin/env ruby
+
+STDIN.set_encoding 'utf-8'
+STDOUT.set_encoding 'utf-8'
+
+
+while line = STDIN.gets
+ puts "<s> #{line.strip} </s>"
+end
+