Skip to content

Instantly share code, notes, and snippets.

@tonejito
Created April 10, 2014 23:08
Show Gist options
  • Save tonejito/10430938 to your computer and use it in GitHub Desktop.
Save tonejito/10430938 to your computer and use it in GitHub Desktop.
Pimp my smileys
#!/bin/bash -vx
printf ":)\n:(\n" | \
sed -e 's/:)/=\ ^\ \.\ ^\ =/g' -e 's/:(/=\ T\ \.\ T\ =/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment