Compare commits

..

No commits in common. "master" and "bash" have entirely different histories.
master ... bash

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'
}