Skip to content

Instantly share code, notes, and snippets.

@lynkos
Created October 14, 2024 02:35
Show Gist options
  • Select an option

  • Save lynkos/1a17be3d614bca3bfa9af72f06871448 to your computer and use it in GitHub Desktop.

Select an option

Save lynkos/1a17be3d614bca3bfa9af72f06871448 to your computer and use it in GitHub Desktop.
Default [shell] script template.
#!/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