├── LICENSE ├── README.md ├── etc ├── config │ └── yawac └── init.d │ └── yawac ├── renovate.json └── usr └── bin └── yawac.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehdichaouch/YAWAC/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehdichaouch/YAWAC/HEAD/README.md -------------------------------------------------------------------------------- /etc/config/yawac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehdichaouch/YAWAC/HEAD/etc/config/yawac -------------------------------------------------------------------------------- /etc/init.d/yawac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehdichaouch/YAWAC/HEAD/etc/init.d/yawac -------------------------------------------------------------------------------- /renovate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehdichaouch/YAWAC/HEAD/renovate.json -------------------------------------------------------------------------------- /usr/bin/yawac.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehdichaouch/YAWAC/HEAD/usr/bin/yawac.sh --------------------------------------------------------------------------------