cache-apt-pkgs-action/scripts/template.sh
2025-10-04 22:17:11 -07:00

22 lines
568 B
Bash
Executable file

#!/bin/bash
#==============================================================================
# <script>.sh
#==============================================================================
#
# DESCRIPTION:
# <your description>
#
# USAGE:
# <script>.sh [OPTIONS]
#
# OPTIONS:
# -v, --verbose Enable verbose output
# -h, --help Show this help message
# -yv, --your_var Description of your_var
#==============================================================================
source "$(git rev-parse --show-toplevel)/scripts/lib.sh"
# your code here