Revert "Learning git... stopped tracking examples directory."

This reverts commit 234683e49c.

Adding examples back.
This commit is contained in:
2025-01-10 12:31:42 +01:00
parent 234683e49c
commit 15c8500042
5 changed files with 88 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
---
name: Echo a string to the terminal through the meshbook example.
group: "Dev"
variables:
- name: file
value: "/etc/os-release"
tasks:
- name: Echo!
command: "echo $(cat {{ file }})"