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
| git remote add origin https://github.com/zdfa12/zd13-flood.git | |
| git push -u origin main | |
| contoh tampilan awal di komen |
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
| pkg update -y && pkg install curl jq -y && cat > ceknomor.sh << 'EOF' | |
| #!/bin/bash | |
| # Database prefix Indonesia (manual mapping) | |
| get_info_indo() { | |
| local prefix=$1 | |
| case "$prefix" in | |
| 811|812|813|821|822|823|852|853) echo "Telkomsel - Nasional" ;; | |
| 814|815|816|855|856|857|858) echo "Indosat - Nasional" ;; | |
| 817|818|819|859|877|878) echo "XL Axiata - Nasional" ;; |