Compare commits

..

No commits in common. "390895f18a1d79636bf3713633ec7fd831b2af02" and "d2d4ad0c27a134bec1d1ff376e697e45f01048d9" have entirely different histories.

1 changed files with 6 additions and 1 deletions

7
1337
View File

@ -2,7 +2,12 @@

function 1337() {
echo $@ | tr '[:upper:]' '[:lower:]' | \
tr 'letaos' '137405' | \
sed 's/l/1/g' | \
sed 's/e/3/g' | \
sed 's/t/7/g' | \
sed 's/a/4/g' | \
sed 's/o/0/g' | \
sed 's/s/5/g' | \
sed 's/and\ /\&\ /g'
}