#!/bin/bash # # * ============================================================================ # * Licensed Materials - Property of IBM # * Project Zero # * # * (C) Copyright IBM Corp. 2008 All Rights Reserved. # * # * US Government Users Restricted Rights - Use, duplication or disclosure # * restricted by GSA ADP Schedule Contract with IBM Corp. # * ============================================================================ # export APP_HOME=./zero.ide if [ ! -e $APP_HOME ]; then zero create zero.ide from zero:zero.ide cd $APP_HOME fi cd $APP_HOME zero start sleep 5 firefox http://localhost:8070