gentoo/commit.sh

10 lines
109 B
Bash
Raw Normal View History

2022-11-20 17:51:35 +01:00
#!/bin/sh
# commit and push
2022-11-20 17:58:01 +01:00
git add src/*
2022-11-20 17:51:35 +01:00
# update
2022-11-20 17:58:01 +01:00
git commit -am "Update Gentoo configuration."
2022-11-20 17:51:35 +01:00
git push