#!/bin/bash # Path to Flash Player # FLASH_PLAYER="/Users/[you_user_name]/Downloads/Flash Player.app/Contents/MacOS/Flash Player" FLASH_PLAYER="/Applications/Flash Player.app/Contents/MacOS/Flash Player" # SWF file URL or local path SWF_URL="http://solito.free.fr/catane/tcatane.swf?serverport=2077&serverip=solito.servegame.com" # Launch Flash Player with the SWF "$FLASH_PLAYER" "$SWF_URL"