You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
209 B

4 years ago
# mbrow.sh
Minimal browser written in bash
4 years ago
## Usage
4 years ago
```
sudo apt install python3-html2text wget
4 years ago
caro install viu
4 years ago
wget https://raw.githubusercontent.com/mickenordin/mbrow.sh/main/mbrow.sh
./mbrow.sh <url>
```