Last active
February 6, 2025 12:22
-
-
Save J1nH4ng/92753e69612754de962926045d33f71f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Description: backup mysql with mysqldump | |
# Author: J1nH4ng<[email protected]> | |
# Date: 2025-02-06 | |
# Version: V0.0.1.20250205_alpha | |
# Copyright 2025 © Team 4r3al. All rights reserved. | |
function main() { | |
: | |
} | |
main "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment