Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bemug/toggle

Toggle a process with one call
https://github.com/bemug/toggle

Last synced: 13 days ago
JSON representation

Toggle a process with one call

Awesome Lists containing this project

README

        

# Toggle

Simple bash script to run a command or stop it if already running, with the same call.

## Usage
```
toggle
```
Will launch `command`. Running it again :
```
toggle
```
Will kill the process `command`.