#!/bin/bash

SCRIPT_DIR=$(dirname $(realpath "$0"))

cd $SCRIPT_DIR

source .install.sh

python3 .smartlocate.py $*

exit $?
