10 lines
559 B
Bash
10 lines
559 B
Bash
#!/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
|