view bin/lowercase2 @ 10401:950707f03c81

<hppavilion1> ` sed -i "s/\xc3\x9c/\xc3\x9c\xc3\x81/" bin/lowercase2 && sed -i "s/\xc3\xbc/\xc3\xbc\xc3\xa1/" bin/lowercase2
author HackBot
date Sat, 11 Mar 2017 09:09:50 +0000
parents 690e425aa4a9
children 67aa4372cb59
line wrap: on
line source

#!/bin/bash
tr A-Z a-z | sed 'y/ØÅÆŒÞÐÄÖÜÁ/øåæœþðäöüá/'