whooooooooooooooooooooooooooo

This commit is contained in:
Matthieu Fortin (CPC/CCP) 2024-11-18 14:41:08 -05:00
parent a43f4ed51a
commit a5fdcbf449

View file

@ -450,7 +450,7 @@ gcom() {
} }
lazyg() { lazyg() {
git add . git add .
git commit -m (curl -s https://whatthecommit.com/index.txt) git commit -m "$(curl -s https://whatthecommit.com/index.txt)"
git push git push
} }