├── 2.0 product planning ├── README.md ├── projects_update.md ├── repo └── scripts ├── README.md ├── checkupdate.sh ├── proj_name2path.sh └── push2github.sh /2.0 product planning: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openthos/OTO/HEAD/2.0 product planning -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openthos/OTO/HEAD/README.md -------------------------------------------------------------------------------- /projects_update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openthos/OTO/HEAD/projects_update.md -------------------------------------------------------------------------------- /repo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openthos/OTO/HEAD/repo -------------------------------------------------------------------------------- /scripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openthos/OTO/HEAD/scripts/README.md -------------------------------------------------------------------------------- /scripts/checkupdate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openthos/OTO/HEAD/scripts/checkupdate.sh -------------------------------------------------------------------------------- /scripts/proj_name2path.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openthos/OTO/HEAD/scripts/proj_name2path.sh -------------------------------------------------------------------------------- /scripts/push2github.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openthos/OTO/HEAD/scripts/push2github.sh --------------------------------------------------------------------------------