This script helps you quickly access active screen sessions.
screenmust be installed on your system.
- Lists all active screen sessions.
- Allows you to select a session by number.
- Reattaches to the selected session.
To install ShowAllScreen, run the following commands:
sudo wget https://raw.githubusercontent.com/officialputuid/ShowAllScreen/refs/heads/main/ShowAllScreen -O /usr/local/bin/SAS && sudo chmod +x /usr/local/bin/SASOn STB:
sudo wget https://raw.githubusercontent.com/officialputuid/ShowAllScreen/refs/heads/main/ShowAllScreen -O /usr/bin/SAS && sudo chmod +x /usr/bin/SASOn Termux:
sudo wget https://raw.githubusercontent.com/officialputuid/ShowAllScreen/refs/heads/main/ShowAllScreen -O $HOME/SAS && chmod +x $HOME/SAS && mv $HOME/SAS /data/data/com.termux/files/usr/bin/To use the script, simply run:
SASIf you want to uninstall SAS, simply run:
sudo rm "/usr/local/bin/SAS"Make sure to replace "/usr/local/bin/SAS" with the appropriate path for your operating system, as it may vary.