Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/umstek/scripts

Random scripts (using Bun)
https://github.com/umstek/scripts

bun scripts scripts-collection

Last synced: about 2 months ago
JSON representation

Random scripts (using Bun)

Awesome Lists containing this project

README

        

# scripts

## Installing

1. [Install bun](https://bun.sh/).
Linux/MacOS: `curl -fsSL https://bun.sh/install | bash`
Windows: `powershell -c "irm bun.sh/install.ps1 | iex"`
2. Then run either `install.sh` (Linux/MacOS) or `install.ps1` (Windows).

## Usage

To run:

```bash
bun s script-name arguments
```