This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. |