Tag Archive for script

Quick one

This one is for all of you who (like me) keeps wasting time using commands such as find, jar and grep each time you get a classpath error: #!/bin/bash if [ "$1" = "" ]; then echo "Usage: jarfind REGEXP";…