# ScriptTools **Repository Path**: landwind/script-tools ## Basic Information - **Project Name**: ScriptTools - **Description**: 一些脚本. - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-02-20 - **Last Updated**: 2022-05-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # socket.io [![Run on Repl.it](https://repl.it/badge/github/socketio/socket.io)](https://replit.com/@socketio/socketio-minimal-example) [![Backers on Open Collective](https://opencollective.com/socketio/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/socketio/sponsors/badge.svg)](#sponsors) [![Build Status](https://github.com/socketio/socket.io/workflows/CI/badge.svg)](https://github.com/socketio/socket.io/actions) [![NPM version](https://badge.fury.io/js/socket.io.svg)](https://www.npmjs.com/package/socket.io) ![Downloads](https://img.shields.io/npm/dm/socket.io.svg?style=flat) [![](https://slackin-socketio.now.sh/badge.svg)](https://slackin-socketio.now.sh) # ScriptTools #### 介绍 一些脚本 #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) deal_repo_list='''applications_sample_camera applications_camera_sample_communication applications_camera_screensaver_app applications_sample_wifi_iot global_cust_lite global_i18n_lite global_resmgr_lite hiviewdfx_hievent_lite hiviewdfx_hilog_lite hiviewdfx_hiview_lite iothardware_peripheral powermgr_powermgr_lite security_appverify security_deviceauth security_huks security_permission sensors_miscdevice_lite sensors_sensor_lite startup_appspawn_lite startup_bootstrap_lite startup_init_lite startup_syspara_lite update_ota_lite build_lite developtools_packing_tool device_hisilicon_build device_hisilicon_drivers device_hisilicon_hardware device_hisilicon_hispark_aries device_hisilicon_hispark_pegasus device_hisilicon_hispark_taurus security_itrustee_ree_lite device_hisilicon_modules device_hisilicon_third_party_ffmpeg device_hisilicon_third_party_uboot device_qemu docs iot_link drivers_adapter drivers_adapter_khdf_linux drivers_framework drivers_liteos drivers_peripheral aafwk_aafwk_lite ace_engine_lite ai_engine appexecfwk_appexecfwk_lite communication_bluetooth communication_ipc_lite communication_softbus_lite communication_wifi_aware communication_wifi_lite distributeddatamgr_appdatamgr distributedschedule_dms_fwk_lite distributedschedule_safwk_lite distributedschedule_samgr_lite graphic_surface graphic_ui graphic_utils graphic_wms multimedia_audio_lite multimedia_camera_lite multimedia_media_lite multimedia_utils_lite kernel_liteos_a kernel_liteos_m prebuilts_lite_sysroot signcenter_tool test_developertest test_xdevice xts_acts xts_tools third_party_FatFs third_party_FreeBSD third_party_JSON-C third_party_LVM2 third_party_Linux_Kernel third_party_NuttX third_party_bounds_checking_function third_party_cJSON third_party_cmsis third_party_cryptsetup third_party_curl third_party_e2fsprogs third_party_freetype third_party_giflib third_party_googletest third_party_harfbuzz third_party_icu third_party_iniparser third_party_jerryscript third_party_libjpeg third_party_libpng third_party_libuuid third_party_ltp third_party_lwip third_party_mbedtls third_party_mksh third_party_mtd_utils third_party_musl third_party_openssl third_party_optimized_routines third_party_popt third_party_qrcodegen third_party_rt_thread third_party_toybox third_party_unity third_party_wpa_supplicant third_party_zlib utils_native_lite vendor_hisilicon vendor_huawei_hdf''' bare_dir=./code_bare for i in ${deal_repo_list} do if [ ! -d ${bare_dir}/$i ];then git init --bare ${bare_dir}/$i fi cd ${bare_dir}/$i git fetch -f https://gitee.com/openharmony/$i master:master git push -f https://gitee.com/openharmony-l0-l5/$i master:master done