├── .gitattributes ├── LICENSE ├── README.md ├── flash.sh └── screenshot.png /.gitattributes: -------------------------------------------------------------------------------- 1 | *.sh text eol=lf 2 | 3 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gabri3lZ/SwitchrootAndroidUtils/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gabri3lZ/SwitchrootAndroidUtils/HEAD/README.md -------------------------------------------------------------------------------- /flash.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gabri3lZ/SwitchrootAndroidUtils/HEAD/flash.sh -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gabri3lZ/SwitchrootAndroidUtils/HEAD/screenshot.png --------------------------------------------------------------------------------