Revisted – How to add a code box in free WordPress blog
In my previous blog post I wrote about building a code box like this one : Code: #!/bin/bash # rsync script rsync -avh –exclude=”*.bak” /home/user/Documents/ /media/diskid/user_backup/Documents/ However, kindly another blogger has pointed out that a nicely numbered code box is … Continue reading Revisted – How to add a code box in free WordPress blog
