services: add a test service to test bshell

This commit is contained in:
2026-05-31 17:35:30 +01:00
parent 82b3c597f1
commit 54d5d9dca7
4 changed files with 30 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
$x = "Jonh"
echo "Hello, $x!"