intval3/scripts/update.sh

5 lines
69 B
Bash

#!/bin/bash
sudo -u pi -i<< EOF
cd /home/pi/intval3 && git pull
EOF