File: askiigu

package info (click to toggle)
eo-spell 3.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 952 kB
  • sloc: lisp: 2,789; sh: 179; makefile: 142; sed: 73; perl: 25; ansic: 16
file content (16 lines) | stat: -rwxr-xr-x 317 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
LC_ALL=C
export LC_ALL

sed \
-e 's//^c/g' -e 's//^C/g' \
-e 's//^g/g' -e 's//^G/g' \
-e 's//^h/g' -e 's//^H/g' \
-e 's//^j/g' -e 's//^J/g' \
-e 's//^s/g' -e 's//^S/g' \
-e 's//^u/g' -e 's//^U/g' \
-e "s//\\\'a/g" -e 's//\\c{c}/g' -e 's//\\\"u/g'

# Local variables:
# coding: latin-3
# End: