mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-12-25 21:01:25 +00:00
22 lines
568 B
Bash
Executable file
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
|