vimwiki/backup.sh

6 lines
82 B
Bash
Raw Normal View History

2021-11-01 01:15:30 +00:00
#!/bin/bash
git add *
git commit -m "Update for $(date "+%d-%m-%y %R")"
git push