FunguyBot/g

5 lines
70 B
Plaintext
Raw Normal View History

2024-02-14 12:16:45 +00:00
#!/bin/bash
git add .;
git commit -a -m "$1";
git push -u origin "$2"