# oh_utils **Repository Path**: ilyaerokhin/oh_utils ## Basic Information - **Project Name**: oh_utils - **Description**: Utility scripts for working with `OpenHarmony`. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2025-10-24 - **Last Updated**: 2025-10-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cron-oh.sh Check out and build openharmony. Usage: cron-oh.sh [config_file] config_file Path to config file. If not specified, the default path is used: ./config Running with cron: **Note: cron runs with a minimal environment, so you need to add your path to the 'repo' tool to $PATH** PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:~/bin 0 4 * * * ~/oh_utils/cron-oh.sh # oh Execute openharmony repo and build actions. Get usage: oh --help # rk Manage builds and images for rk3568. Get usage: rk --help # flash Deploy build/image to rk3568. # update_oh_mirror.sh Update the openharmony git mirror Usage: update_oh_mirror.sh /path/to/mirror Running with cron: **Note: cron runs with a minimal environment, so you need to add your path to the 'repo' tool to $PATH** PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:~/bin 0 0 * * * ~/oh_utils/update_oh_mirror.sh ~/oh_mirror