mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-08-22 07:32:27 +02:00
14 lines
215 B
YAML
14 lines
215 B
YAML
name: test-bash
|
|
kind: module
|
|
description: Test basic bash execution
|
|
tags: test,bash,quick
|
|
|
|
params:
|
|
- name: target
|
|
required: true
|
|
|
|
steps:
|
|
- name: echo-test
|
|
type: bash
|
|
command: echo "Hello {{target}}"
|