Initial commit
This commit is contained in:
9
buildtools/setsymlinks
Normal file
9
buildtools/setsymlinks
Normal 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
|
||||
Reference in New Issue
Block a user