├── .gitignore ├── LICENSE ├── README.md ├── cronify.pl └── initify.pl /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goose121/initify/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goose121/initify/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goose121/initify/HEAD/README.md -------------------------------------------------------------------------------- /cronify.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goose121/initify/HEAD/cronify.pl -------------------------------------------------------------------------------- /initify.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/goose121/initify/HEAD/initify.pl --------------------------------------------------------------------------------