mirror of
https://github.com/uhi22/pyPLC.git
synced 2024-11-10 01:05:42 +00:00
9 lines
252 B
Bash
9 lines
252 B
Bash
|
#!/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/starter.py
|
||
|
pwd >> /home/pi/myprogs/pyPlc/test2.txt
|
||
|
date >> /home/pi/myprogs/pyPlc/test3.txt
|