summaryrefslogtreecommitdiff
path: root/games/gnurobots/files/pkg-install.in
blob: 1f27f8d50017ad7e696d648249f2abdf086b8aac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
#
# $FreeBSD$
#

echo "This example maps you can use:"
echo ""

ls -x %%DATADIR%%/maps
echo ""

echo "This example robots you can use:"
echo ""

ls -x %%DATADIR%%/scheme
echo ""
echo ""