diff options
Diffstat (limited to 'add_start_end')
-rwxr-xr-x | add_start_end | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/add_start_end b/add_start_end deleted file mode 100755 index 30deaec..0000000 --- a/add_start_end +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env ruby - -STDIN.set_encoding 'utf-8' -STDOUT.set_encoding 'utf-8' - - -while line = STDIN.gets - puts "<s> #{line.strip} </s>" -end - |