https://github.com/dungpham91/bash-scripts
Bash script samples in my work, for many different purposes
https://github.com/dungpham91/bash-scripts
bash bash-script shell shell-script
Last synced: over 1 year ago
JSON representation
Bash script samples in my work, for many different purposes
- Host: GitHub
- URL: https://github.com/dungpham91/bash-scripts
- Owner: dungpham91
- License: mit
- Created: 2022-05-18T03:06:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T04:53:46.000Z (about 2 years ago)
- Last Synced: 2025-02-01T12:13:25.037Z (over 1 year ago)
- Topics: bash, bash-script, shell, shell-script
- Language: Shell
- Homepage:
- Size: 400 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bash script samples
## 1. MySQL
- [mysql-create-db.sh](./mysql-create-db.sh): script create new database in server mysql/mariadb
- [update-minikube-linux.sh](./update-minikube-linux.sh): script update minikube to latest version on Linux machine
