mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-09-09 19:27:48 +02:00
Complete rewrite and re-architecture Osmedeus Engine in v5
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
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}}"
|
||||
Reference in New Issue
Block a user