Just another WordPress weblog
Added a code prettifier
Testing out a code prettifier I found from google
#!/bin/bash
for i in `ls /tmp`; do
ls $i
done
| Print article | This entry was posted by Gekitsuu on March 8, 2010 at 6:42 am, and is filed under Uncategorized. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |