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
- Host: GitHub
- URL: https://github.com/wmartinmimi/tspawn
- Owner: wmartinmimi
- License: agpl-3.0
- Created: 2022-09-11T11:18:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-11T15:54:35.000Z (over 3 years ago)
- Last Synced: 2025-03-27T08:22:04.653Z (about 1 year ago)
- Topics: shell, shell-script, spawn, terminal, termux
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```