An open API service indexing awesome lists of open source software.

https://github.com/wmartinmimi/tspawn

termux terminal spawn script
https://github.com/wmartinmimi/tspawn

shell shell-script spawn terminal termux

Last synced: 10 months ago
JSON representation

termux terminal spawn script

Awesome Lists containing this project

README

          

# tspawn

Simple script to spawn extra shells in termux.

This script can bypass the 8 shell limit.

It works by calling the activity manager.

## How To Use

### Installation

```bash
apt install wget
cd $PREFIX/bin
wget https://raw.githubusercontent.com/wmartinmimi/tspawn/main/tspawn
chmod 700 tspawn
```

### Usage

Enter the following command to spawn new shells:

```bash
tspawn
```

### Uninstallation

```bash
cd $PREFIX/bin
rm tspawn
```