ttrts/scripts/gen_maps.sh
Marc Di Luzio 415361ac9c Update CMakelists
Additional install targets for maps, and reworked dependencies
2014-12-30 13:24:17 +00:00

13 lines
No EOL
177 B
Bash
Executable file

#! /bin/bash
# Use to generate the ttrts maps
ttrtsgen=$1
test ! -e maps && mkdir maps # Make maps directory if needed
if [ ! -e maps ]; then
exit 1
fi
cd maps
$ttrtsgen