source: src/sen-nl.sed @ 5f4d9c3

Last change on this file since 5f4d9c3 was 743cc4f, checked in by Mateusz Hromada <ruanda@…>, 15 years ago

Migration to new build system.

  • sen-nl moved and checked
  • Property mode set to 100644
File size: 207 bytes
Line 
1#!/bin/sed -rf
2
31 s/^(([0-9]+)[ \t][0-9]+[ \t].*)$/\2 00 BOS \*\n\1/
4t
5$! s/(([0-9]+)[ \t][0-9]+[ \t][[:alpha:]]+[ \t]+[[:print:]]*\\n.*)$/\2 00 EOS *\n\2 00 BOS *\n\1/
6$ s/^(([0-9]+) .*)$/\1\n\2 00 EOS */'
Note: See TracBrowser for help on using the repository browser.