-
Notifications
You must be signed in to change notification settings - Fork 0
Directory Structure
Mahdi Qiamast edited this page Feb 8, 2023
·
1 revision
Bash-Tricks/
├── backups/
│ ├── backup_script_1/
│ │ ├── script.sh
│ │ └── README.md
│ └── backup_script_2/
│ ├── script.sh
│ └── README.md
├── automation/
│ ├── automation_script_1/
│ │ ├── script.sh
│ │ └── README.md
│ └── automation_script_2/
│ ├── script.sh
│ └── README.md
├── network_management/
│ ├── network_script_1/
│ │ ├── script.sh
│ │ └── README.md
│ └── network_script_2/
│ ├── script.sh
│ └── README.md
├── README.md
└── .gitignore