#!/bin/bash #./uniquemaps.sh | xargs ./map.py name | tee mapnames.txt find maps_???/ -type f | sort | xargs ./map.py name | tee mapnames.txt