mirror of
https://github.com/uhi22/pyPLC.git
synced 2024-11-10 01:05:42 +00:00
8 lines
253 B
Bash
Executable file
8 lines
253 B
Bash
Executable file
#!/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
|