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

https://github.com/copyleftdev/parallel.ftw.sh

Supercharge your GNU/Linux utilities with parallel processing. Elevate your workflows to new efficiencies with parallel.ftw.sh!
https://github.com/copyleftdev/parallel.ftw.sh

bash productivity tools zsh

Last synced: 3 months ago
JSON representation

Supercharge your GNU/Linux utilities with parallel processing. Elevate your workflows to new efficiencies with parallel.ftw.sh!

Awesome Lists containing this project

README

        

# parallel.ftw.sh🚀

> Run shell scripts in parallel for faster execution.

## Quick Start

2. Make the script executable
```bash
chmod +x parallel_script.sh
```
3. Add to `.zshrc` or `.bashrc`
```bash
echo 'source /path/to/parallel_script.sh' >> ~/.zshrc
# OR
echo 'source /path/to/parallel_script.sh' >> ~/.bashrc
```
4. Reload the shell or run `source ~/.zshrc` or `source ~/.bashrc`

## Features

- Built-in Parallelism
- Multiple Functions
- Easy to Use

Made with ❤️ by [copyleftdev](https://github.com/copyleftdev)