├── .editorconfig ├── CHANGELOG.txt ├── LICENSE ├── README.md └── nextcloud-sync-cron.sh /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qcif/nextcloud-sync-cron/HEAD/.editorconfig -------------------------------------------------------------------------------- /CHANGELOG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qcif/nextcloud-sync-cron/HEAD/CHANGELOG.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qcif/nextcloud-sync-cron/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qcif/nextcloud-sync-cron/HEAD/README.md -------------------------------------------------------------------------------- /nextcloud-sync-cron.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qcif/nextcloud-sync-cron/HEAD/nextcloud-sync-cron.sh --------------------------------------------------------------------------------