FunguyBot/g
2024-02-14 05:16:45 -07:00

5 lines
70 B
Bash
Executable File

#!/bin/bash
git add .;
git commit -a -m "$1";
git push -u origin "$2"