Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adithya2306/scripts
Bunch of homemade noob bash scripts which I often use personally. More on my gist
https://github.com/adithya2306/scripts
android bash shell shell-scripts
Last synced: 13 days ago
JSON representation
Bunch of homemade noob bash scripts which I often use personally. More on my gist
- Host: GitHub
- URL: https://github.com/adithya2306/scripts
- Owner: adithya2306
- Created: 2018-03-29T14:49:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T17:43:00.000Z (4 months ago)
- Last Synced: 2024-10-17T12:23:46.349Z (27 days ago)
- Topics: android, bash, shell, shell-scripts
- Language: Shell
- Homepage: https://gist.github.com/adithya2306
- Size: 103 KB
- Stars: 68
- Watchers: 6
- Forks: 47
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkdn
Awesome Lists containing this project
README
Scripts
=========Usage: `source script-name.sh`
OR `curl -L https://github.com/ghostrider-reborn/scripts/raw/master/script-name.sh | bash`Bunch of homemade bash scripts which I often use to make my life easier :)
Feel free to fork it for your own use, and I'm open to PRs if you'd like to improve something or fix issues!* `build-rom.sh`: Builds any android ROM for any device, and uploads it to transfer.sh
* `ubuntu-setup.sh`: Sets up an Ubuntu 18.04+ server or PC for android builds
* `merge-aosp-tag.sh`: Merges the specified AOSP tag in a ROM source in all repos that are not tracked directly from AOSP
* `merge-caf-tag.sh`: Merges the specified CAF tag in a ROM source in all repos that are not tracked directly from CAF
* `jenkins-setup-gce.sh`: Set up jenkins at port 80 (HTTP port) in a GCE instance running Ubuntu
* `merge-aosp-tag-legacy.sh`: Merge specified AOSP tag in [AOSP-LEGACY](https://github.com/AOSP-LEGACY) ROM source; enhanced version of `merge-aosp-tag.sh`
* `merge-aosp-tag-arrow.sh`: Merge specified AOSP tag in [ArrowOS](https://github.com/ArrowOS) ROM source; enhanced version of `merge-aosp-tag.sh`
* `merge-caf-tag-ginkgo.sh`: Merge specified CAF QSSI or vendor tag in [caf-ginkgo](https://github.com/caf-ginkgo) ROM source; enhanced rewritten version of `merge-caf-tag.sh`. Also automatically pushes succesfully merged repos.