commit 34bad7e66143abee60d72f7db9c0a1481a62b17e Author: javalsai Date: Sun Apr 19 00:22:12 2026 +0200 initial repo diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..64bcebf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/repo diff --git a/justfile b/justfile new file mode 100644 index 0000000..f61480e --- /dev/null +++ b/justfile @@ -0,0 +1,11 @@ +alias p := push +alias l := pull + +remote_repo := "tuxcord.net:/var/www/pacman.tuxcord.net/repo/" + +push: + rsync -rltDP repo/ {{ remote_repo }} + +pull: + mkdir repo + rsync -rltDP {{ remote_repo }} repo/