terça-feira, 10 de agosto de 2010

Jython

Python eh uma liguagem muito bacana tem ate um meio da gente se comunicar legal com nosso famosos legado java vai ai um script para que quer brincar um pouco com jython

#!/usr/bin/bash
echo "Efetuando Download...."
sleep 4
wget http://sourceforge.net/projects/jython/files/jython-dev/2.5.2b1/jython_installer-2.5.2b1.jar/download
clear
echo "Instalando Jython..... "
sleep 4
java -jar jython_installer-2.5.2b1.jar
clear
echo "fim!!!!!!!!"

Nenhum comentário: