Skip to content

Instantly share code, notes, and snippets.

View Yttehs-HDX's full-sized avatar
😋
Shetty Yttehs

Yttehs Yttehs-HDX

😋
Shetty Yttehs
View GitHub Profile
@Yttehs-HDX
Yttehs-HDX / .bashrc
Last active June 29, 2024 16:15
My custom ~/.bashrc
# +------------------------------------+
# | _ _ |
# | | |__ __ _ ___| |__ _ __ ___ |
# | | '_ \ / _` / __| '_ \| '__/ __| |
# | _| |_) | (_| \__ \ | | | | | (__ |
# | (_)_.__/ \__,_|___/_| |_|_| \___| |
# +------------------------------------+
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
@Yttehs-HDX
Yttehs-HDX / build.sh
Last active June 1, 2024 12:57
Universal Android Kernel Building Script
#!/bin/bash
# _ _ _ _ _ _
# / \ _ __ __| |_ __ ___ (_) __| | | | _____ _ __ _ __ ___| |
# / _ \ | '_ \ / _` | '__/ _ \| |/ _` | | |/ / _ \ '__| '_ \ / _ \ |
# / ___ \| | | | (_| | | | (_) | | (_| | | < __/ | | | | | __/ |
# /_/ \_\_| |_|\__,_|_| \___/|_|\__,_| |_|\_\___|_| |_| |_|\___|_|
# +---------------------------------+
# | Build script for Android kernel |