# lazy-scripts **Repository Path**: wanghenshui/lazy-scripts ## Basic Information - **Project Name**: lazy-scripts - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lazy_scripts dumb scripts ``` ├── conf │   ├── _vimrc │   ├── append_vimrc.sh │   ├── git_config.sh │   ├── si3.CF3 │   ├── si4.xml │   ├── vs.vssettings │   └── vs2019.vssettings └── scripts ├── AutoDeploy.py ├── add2crontab.sh ├── auto_gen_report.sh ├── bashrc ├── check-pycodestyle.sh ├── clang-format-current.sh ├── cmd_template.sh ├── comment_crontab.sh ├── compare_com.py ├── count_excel.py ├── cpplint-all.sh ├── fix-all-pycodestyle.sh ├── genSarcsv.py ├── gen_configdb.py ├── insert-copyright.sh ├── mso_config.sh ├── np_config.sh ├── ntp_tool.py ├── parserCsv.py ├── plot_all_sarlog.py ├── prepare_memtier_benchmark.sh ├── py2exe.bat ├── remove-bsd-license-comment.sh ├── set_ppc_compile_env.sh ├── shell_debug_template.sh ├── shutdown.bat ├── tree_dir.bat ├── tsc_config.sh ├── virtual_box_mount.sh └── wait_and_check.sh ```