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
- Host: GitHub
- URL: https://github.com/ryu-ryuk/scripts
- Owner: ryu-ryuk
- Created: 2025-06-21T09:33:50.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-21T10:06:24.000Z (12 months ago)
- Last Synced: 2025-06-21T10:35:02.351Z (12 months ago)
- Language: Shell
- Homepage: http://scripts.alokranjan.me/
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
---