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

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 ""