http://crunchbanglinux.org – Show us your useful bash scripts. #! is know for having people that love the CLI. So if you have a useful bash scripe that others might like why not share it.These were created by anonymous and work well.Search the CrunchBang forums with:title (the script name)title word #!/bin/bash # by anonymous - crunchbang linux q=$1 iceweasel "http://www.google.com/search?q=site:crunchbanglinux.org/forums/ intitle:$q"or (the script name)or word1 word2 #!/bin/bash # by anonymous - crunchbang linux q=$1 r=$2 iceweasel "http://www.google.com/search?q=site:crunchbanglinux.org/foru (HowTos)