Add CLI tools, network configuration script, and project documentation

This commit introduces:
- A versatile CLI script with multiple utility functions
- A network configuration shell script for interface setup
- A README.md with basic project information
- Additional configuration files for development environment
This commit is contained in:
2025-03-11 10:00:25 +08:00
parent 396980136a
commit 6c05bff114
5 changed files with 208 additions and 2 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"cSpell.words": ["Haserl"]
}