#!/bin/bash
PATH="$1/.."

if [ -e $PATH/pulse.faircoin.co/script/getdata.py ]
then
  cd $PATH/pulse.faircoin.co/script
  python3 getdata.py
fi