Medium syndication metadata

This commit is contained in:
Brandon Rozek 2023-03-10 12:41:04 -05:00
parent c5b2488589
commit 9bf7cfb744
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
14 changed files with 82 additions and 64 deletions

View file

@ -1,9 +1,11 @@
---
title: "Quick Bash: Check Argument Count"
date: 2020-12-15T09:25:11-05:00
date: 2020-12-15 14:25:11
draft: false
tags: ["Bash"]
medium_enabled: true
medium_post_id: ac38c9d9d896
tags:
- Bash
title: 'Quick Bash: Check Argument Count'
---
I've been writing more bash scripts recently and I noticed that I often check for the number of arguments before validating them in my scripts. I'll share that small snippet here for my future self.