#!/system/bin/sh

#Replaces whitespaces with :
#Usefull for constructing classpathes

echo -n $@ | sed 's/ /:/g'