Minor fixes

This commit is contained in:
js0ny 2025-01-09 06:45:00 +00:00
parent c5292ac9de
commit f42ac2a6a3
17 changed files with 191 additions and 50 deletions

9
Justfile Normal file
View file

@ -0,0 +1,9 @@
set shell := ["pwsh", "-c"]
pull:
git pull github master
git pull codeberg master
push:
git push github master
git push codeberg master