#!/bin/sh # # Setup script for MusicPal Pong v1.0 by Agilo (www.agilo.nl). # Download game and start script. wget http://agilo.acjs.net/files/mppong/mppong wget http://agilo.acjs.net/files/mppong/start.sh # Set appropriate rights. chmod 755 mppong start.sh # Start the game. ./start.sh mppong