https://github.com/kdheepak/raspberrypi
  
  
    Scripts run on my Raspberry Pi 
    https://github.com/kdheepak/raspberrypi
  
        Last synced: 7 months ago 
        JSON representation
    
Scripts run on my Raspberry Pi
- Host: GitHub
- URL: https://github.com/kdheepak/raspberrypi
- Owner: kdheepak
- Created: 2014-01-29T06:50:39.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-29T07:34:45.000Z (almost 12 years ago)
- Last Synced: 2025-01-29T05:30:52.742Z (9 months ago)
- Language: Shell
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
 
Awesome Lists containing this project
README
          RaspberryPi
===========
Scripts run on my Raspberry Pi
Type the following
pi@raspberrypi:~$ env | grep SSH_AUTH_SOCK
SSH_AUTH_SOCK=/tmp/ssh-???????????/agent.XXXX
You need to add this to crontab.
Using terminal type 
crontab -e
Add the following lines to crontab.
The last two lines run the script every one minute.
SSH_AUTH_SOCK=/tmp/ssh-???????????/agent.XXXX
*/1 * * * * /home/pi/scripts/script_Temperature.sh
*/1 * * * * /home/pi/scripts/script_Users.sh