about summary refs log tree commit diff
path: root/swaywm/update.sh
blob: d2a0f4796686c71bb704cf49161588ade5805993 (plain)
1
2
3
4
5
6
#!/bin/bash

#GIT PUSH
git add *
git commit -m "Dotfiles Update: $(date)"
git push -u origin master