mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-10 06:51:13 +00:00
Medium syndication metadata
This commit is contained in:
parent
c5b2488589
commit
9bf7cfb744
14 changed files with 82 additions and 64 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue