├── LICENSE ├── README.md ├── origin.sh └── scripts ├── crontab.sh └── origin_server /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stoyanovgeorge/origin_server/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stoyanovgeorge/origin_server/HEAD/README.md -------------------------------------------------------------------------------- /origin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stoyanovgeorge/origin_server/HEAD/origin.sh -------------------------------------------------------------------------------- /scripts/crontab.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stoyanovgeorge/origin_server/HEAD/scripts/crontab.sh -------------------------------------------------------------------------------- /scripts/origin_server: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stoyanovgeorge/origin_server/HEAD/scripts/origin_server --------------------------------------------------------------------------------