https://github.com/javanile/cuba
cURL + BASH = cuba
https://github.com/javanile/cuba
bash curl runner
Last synced: 2 months ago
JSON representation
cURL + BASH = cuba
- Host: GitHub
- URL: https://github.com/javanile/cuba
- Owner: javanile
- License: mit
- Created: 2020-05-12T08:39:44.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-21T16:43:44.000Z (about 4 years ago)
- Last Synced: 2025-02-04T16:50:39.455Z (4 months ago)
- Topics: bash, curl, runner
- Language: Shell
- Homepage: https://cuba.cf
- Size: 56.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cuba

```shell
alias cuba='curl -sL cuba.cf/cuba | bash -s --'
``````
curl -sL cuba.cf/cuba | bash
``````bash
curl -i "https://git.io" \
-d "url=https://raw.githubusercontent.com/javanile/cuba/master/installer.sh" \
-d "code=cuba.sh"
``````bash
curl -i "https://git.io" \
-d "url=https://raw.githubusercontent.com/javanile/cuba/master/cuba-list.sh" \
-d "code=list.sh"
``````bash
curl -i "https://git.io" \
-d "url=https://raw.githubusercontent.com/javanile/cuba/master/cuba-get.sh" \
-d "code=get.sh"
``````bash
curl -i "https://git.io" \
-d "url=https://raw.githubusercontent.com/javanile/cuba/master/cuba-clone.sh" \
-d "code=clone.sh"
```