#!/bin/bash
   echo "For updates visit http://retro.tunes.org"
   echo "-----------------------------------------------------------"
   cd ports
   cd $1
   ./rf
   cd ../..
   echo "-----------------------------------------------------------"
