├── .github ├── FUNDING.yml └── workflows │ └── blank.yml ├── LICENSE ├── README.md ├── Revert ├── Thanks.py └── bash.bashrc ├── bash.bashrc ├── f.jpg ├── install.sh ├── rvt.sh ├── s.jpg └── terminal[1].mp3 /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fikrado/qurxin/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/workflows/blank.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fikrado/qurxin/HEAD/.github/workflows/blank.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fikrado/qurxin/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fikrado/qurxin/HEAD/README.md -------------------------------------------------------------------------------- /Revert/Thanks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fikrado/qurxin/HEAD/Revert/Thanks.py -------------------------------------------------------------------------------- /Revert/bash.bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fikrado/qurxin/HEAD/Revert/bash.bashrc -------------------------------------------------------------------------------- /bash.bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fikrado/qurxin/HEAD/bash.bashrc -------------------------------------------------------------------------------- /f.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fikrado/qurxin/HEAD/f.jpg -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fikrado/qurxin/HEAD/install.sh -------------------------------------------------------------------------------- /rvt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fikrado/qurxin/HEAD/rvt.sh -------------------------------------------------------------------------------- /s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fikrado/qurxin/HEAD/s.jpg -------------------------------------------------------------------------------- /terminal[1].mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fikrado/qurxin/HEAD/terminal[1].mp3 --------------------------------------------------------------------------------