dotfiles/.scripts/git/out.sh

8 lines
81 B
Bash
Executable File

#! /bin/bash
git add .
git commit
git push
# I'M LAZY ALRIGHT AREN'T WE ALL!?!