├── .gitignore ├── LICENSE ├── Makefile ├── README.md └── init.c /.gitignore: -------------------------------------------------------------------------------- 1 | init 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angt/slashinit/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angt/slashinit/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angt/slashinit/HEAD/README.md -------------------------------------------------------------------------------- /init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/angt/slashinit/HEAD/init.c --------------------------------------------------------------------------------