Skip to content

Instantly share code, notes, and snippets.

@mohanpedala
mohanpedala / bash_strict_mode.md
Last active February 21, 2026 16:05
set -e, -u, -o, -x pipefail explanation
@rikwatson
rikwatson / Script-Template.ps1
Created February 25, 2015 10:24
A basic powerShell script template showing best practices,
#requires -version 2
<#
.SYNOPSIS
<Overview of script>
.DESCRIPTION
<Brief description of script>
.PARAMETER <Parameter_Name>
<Brief description of parameter input required. Repeat this attribute if required>