qemu-test/push.sh
2024-02-18 17:06:02 +00:00

6 lines
66 B
Bash
Executable File

#!/bin/sh
git add .
git commit -m "fixed"
git push origin master