#!/bin/bash

# pestphot  Runs the PESTphot.py script  
#  
#


python3 /home/tgtan/Documents/Hobbies/Computer/Software/Python/PESTphot/PESTphot.py "$@"

# "$@" passes all command line arguments
