├── .editorconfig ├── .gitignore ├── LICENSE ├── Makefile ├── config.mk ├── readme.md ├── zram.1 ├── zram.init ├── zram.is ├── zram.sh └── zram.sysd /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eylles/zram-service/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eylles/zram-service/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eylles/zram-service/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eylles/zram-service/HEAD/Makefile -------------------------------------------------------------------------------- /config.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eylles/zram-service/HEAD/config.mk -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eylles/zram-service/HEAD/readme.md -------------------------------------------------------------------------------- /zram.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eylles/zram-service/HEAD/zram.1 -------------------------------------------------------------------------------- /zram.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eylles/zram-service/HEAD/zram.init -------------------------------------------------------------------------------- /zram.is: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eylles/zram-service/HEAD/zram.is -------------------------------------------------------------------------------- /zram.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eylles/zram-service/HEAD/zram.sh -------------------------------------------------------------------------------- /zram.sysd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eylles/zram-service/HEAD/zram.sysd --------------------------------------------------------------------------------