Skip to content

Instantly share code, notes, and snippets.

View Lacentix's full-sized avatar
🤠
You better not ask why did I do that, idk either.

Ahmed Harhash Lacentix

🤠
You better not ask why did I do that, idk either.
View GitHub Profile
@Lacentix
Lacentix / qcacld-3.0.sh
Last active February 28, 2024 13:32
Import or update Subtrees
#!/bin/bash
#
# This script imports/updates CLO sub-trees
#
read -p "Please input the tag/branch name: " branch
read -p "What do you want to do (import (i) or update (u)): " option
case $option in
import | i)