├── .gitignore ├── LICENSE ├── README.md ├── install.sh ├── service ├── zram-swap.config └── zram-swap.service └── zram-swap.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foundObjects/zram-swap/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foundObjects/zram-swap/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foundObjects/zram-swap/HEAD/README.md -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foundObjects/zram-swap/HEAD/install.sh -------------------------------------------------------------------------------- /service/zram-swap.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foundObjects/zram-swap/HEAD/service/zram-swap.config -------------------------------------------------------------------------------- /service/zram-swap.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foundObjects/zram-swap/HEAD/service/zram-swap.service -------------------------------------------------------------------------------- /zram-swap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foundObjects/zram-swap/HEAD/zram-swap.sh --------------------------------------------------------------------------------