Jafner.net/archive/docker_config/git_update.sh

6 lines
89 B
Bash
Raw Normal View History

2021-07-08 22:09:37 -07:00
#!/bin/bash
cd /home/joey/docker_config/
git add --all
git commit -am "$(date)"
git push