Added compare_world.sh

This commit is contained in:
saundersp
2025-07-16 00:23:29 +02:00
parent 7a0675d357
commit b021a14447

9
compare_world.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
set -e
rsync mainpc:/var/lib/portage/world /tmp/mainpc
rsync streampc:/var/lib/portage/world /tmp/streampc
cp /var/lib/portage/world /tmp/framework
exec nvim -d /tmp/framework /tmp/mainpc /tmp/streampc