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

https://github.com/ryu-ryuk/scripts

home for scripts.alokranjan.me
https://github.com/ryu-ryuk/scripts

Last synced: 10 months ago
JSON representation

home for scripts.alokranjan.me

Awesome Lists containing this project

README

          

# ๐Ÿงพ Scripts for Public Tools

This repository hosts public installation/setup scripts via GitHub Pages
served at **https://scripts.alokranjan.me/**.

## ๐Ÿงฉ Usage

To run any install script:

```bash
curl -sSL https://scripts.alokranjan.me//install.sh | bash
```

### Example
```bash
curl -sSL https://scripts.alokranjan.me/time-rs-cli/install.sh | bash
```

## Structure
Each tool has its own folder:

```php-template
//
โ””โ”€โ”€ install.sh
```

---