Add set_audio_sink, weather, grade

This commit is contained in:
2023-06-29 14:14:27 -04:00
parent d4249a957f
commit 55be7db85f
4 changed files with 30 additions and 0 deletions

6
.local/bin/grade Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env sh
git checkout -b grade
git add grade.adoc
git commit -m "Add grade"
git push --set-upstream origin grade