Skip to content

Commit 96ac0d6

Browse files
authored
wait gotta move
1 parent 64834a5 commit 96ac0d6

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

specs/shell/array_create.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Makes an empty array and sets it to a variable
3+
command: "{{array_name}}=()"
4+
tags:
5+
- shell
6+
description: Executs command_1 and passes the output as input to command_2
7+
arguments:
8+
- name: array_name
9+
description: What should the variable
10+
default_value: ~
11+
source_url: "https://opensource.com/article/18/5/you-dont-know-bash-intro-bash-arrays"
12+
author: Wyatt-Stanke
13+
author_url: "https://github.com/Wyatt-Stanke"

0 commit comments

Comments
 (0)