4 lines
82 B
Bash
Executable File
4 lines
82 B
Bash
Executable File
git add /var/www/html/
|
|
git commit -m "Daily push: $(date)"
|
|
git push /var/www/html
|