#!/bin/bash

echo "Installing the 'map2q3' utility..."

if [ -x map2q3 ]
then
  cp map2q3 /usr/local/bin/map2q3
  echo OK
else
  echo 'map2q3' not found, first run the scripts 'mk' and 'save'
  echo in the directory 'build-linux'.
fi
