#!/bin/bash

source ~/.bashrc
source ~/.bash_profile
umask 0022

cd "$(dirname "$0")"

LOG=/home/xinjiaz/.config/systemd/user/TRIG_data_reader.log
echo "Start at $(date)" >> ${LOG}
python kick_trigZero2one_star.py -1
echo -e "  yesterday finished at $(date)\n" >> ${LOG}
