Created
October 14, 2024 02:35
-
-
Save lynkos/1a17be3d614bca3bfa9af72f06871448 to your computer and use it in GitHub Desktop.
Default [shell] script template.
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/sh | |
| ##################################################### | |
| # Script Name # | |
| # Script Description # | |
| # ------------------------------------------------- # | |
| # Explanation # | |
| # # | |
| # Setup: # | |
| # Some step(s) and/or command(s) # | |
| # # | |
| # Usage: # | |
| # Some step(s) and/or command(s) # | |
| # # | |
| # Examples: # | |
| # Some example command(s) # | |
| # # | |
| # https://URL ~ lynkos # | |
| ##################################################### |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment