Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 544 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 544 Bytes

UpgradeShell

Description

UpgradeShell is a very small shellscript I made to automate the process of getting a full tty when you only have a crappy shell. It was inspired by an article on the website HackTricks.

Usage

This script is intended to be run from a launcher like dmenu or rofi

Dependencies

  • xdotool

Arch-based distributions

sudo pacman -S xdotool

Debian-based distributions

sudo apt install xdotool