pyPLC/starter.sh

9 lines
253 B
Bash
Raw Normal View History

#!/bin/bash
date >> /home/pi/myprogs/pyPlc/test2.txt
pwd >> /home/pi/myprogs/pyPlc/test2.txt
cd /home/pi/myprogs/pyPlc/
/usr/bin/python /home/pi/myprogs/pyPlc/pevNoGui.py
pwd >> /home/pi/myprogs/pyPlc/test2.txt
date >> /home/pi/myprogs/pyPlc/test3.txt