Skip to content

Instantly share code, notes, and snippets.

@ciyanogen
ciyanogen / seden-install.sh
Created May 22, 2020 19:47
seden-install.sh
mesaj = "Seden UserBot Yükleyici"
mesaj += "Telegram: @SedenUserBot"
mesaj += "Çıkan Her Şeye Y ardından enterleyin."
clear
echo $mesaj
echo "Python Yükleniyor"
apk add python3
clear
echo $mesaj
echo "TeleThon Yükleniyor"
@ciyanogen
ciyanogen / seden-install.sh
Last active June 4, 2020 07:12
seden-install.sh
mesaj = "Seden UserBot Yükleyici"
mesaj += "Telegram: @SedenUserBot"
mesaj += "Çıkan Her Şeye Y ardından enterleyin."
clear
echo $mesaj
echo "Python Yükleniyor"
pkg install python
clear
echo $mesaj
echo "TeleThon Yükleniyor"
function hmm() {
cat <<EOF
Run "m help" for help with the build system itself.
Invoke ". build/envsetup.sh" from your shell to add the following functions to your environment:
- lunch: lunch <product_name>-<build_variant>
Selects <product_name> as the product to build, and <build_variant> as the variant to
build, and stores those selections in the environment to be read by subsequent
invocations of 'm' etc.