dotfiles/.scripts/git-out.sh

8 lines
81 B
Bash
Raw Normal View History

2020-09-12 15:16:51 -07:00
#! /bin/bash
git add .
git commit
git push
# I'M LAZY ALRIGHT AREN'T WE ALL!?!