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

View File

@@ -0,0 +1,14 @@
#!/bin/bash
# xrescuebru.sh
# Rescue CD Backup & Restore Utility graphical client start
# version 7.2.5
# Rod Wright 1/19/2024
# Refer to CHANGELOG file for details.
# -----------------------------------------------------------------------------
xset dpms 0 0 0
/root/rescuebru/updatecapacity.sh &
sleep 1
/root/rescuebru/showcapacitywindow.sh &
sleep 2
/usr/bin/xfce4-terminal --disable-server --hide-menubar --hide-toolbar --title="RescueBRU" --geometry=80x25+0+0 -e /root/rescuebru/rescuebru.sh &