gentoo/commit.sh
2022-11-20 17:58:01 +01:00

10 lines
109 B
Bash
Executable file

#!/bin/sh
# commit and push
git add src/*
# update
git commit -am "Update Gentoo configuration."
git push