#!/bin/bash
Here i will be posting some tools that have made my live easier with my nslu2
* demo_script.sh download The script below is just a test to see hos the code gets rendered... the clasic 'hello world' script The text area hack seems to work great. #!/bin/bash echo Helo world! exit
* second_demo_script.sh download This one here is just to see how does this layout looks, i think i like it. this likes here are ment to give a little description on what the script does and why was it coded. #!/bin/bash echo "this is a bold tag" echo "parsed as regular text" exit