1#!/bin/sh
2
3echo ""
4echo -n "Which Train Game Map would You use?"
5echo ""
6ls /usr/lib/traingame/maps
7echo ""
8read MAP
9
10traingame play $MAP
11