Initial commit

This commit is contained in:
2026-03-03 19:53:38 -05:00
parent 64e854364b
commit bfd1006698
82 changed files with 9540 additions and 0 deletions

9
buildtools/setsymlinks Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
rm -f /mnt/custom/customcd/files/root/rescuebru/rescuebru \
/mnt/custom/customcd/files/root/rescuebru/rbruserver \
/mnt/custom/customcd/files/root/rescuebru/clone \
/mnt/custom/customcd/files/root/rescuebru/blank
ln -s /root/rescuebru/rescuebru.sh /mnt/custom/customcd/files/root/rescuebru/rescuebru
ln -s /root/rescuebru/rbruserver.sh /mnt/custom/customcd/files/root/rescuebru/rbruserver
ln -s /root/rescuebru/clone.sh /mnt/custom/customcd/files/root/rescuebru/clone
ln -s /root/rescuebru/blank.sh /mnt/custom/customcd/files/root/rescuebru/blank