Move action to composite (#31)

This commit is contained in:
Joakim Sørensen
2020-10-25 21:00:46 +01:00
committed by GitHub
parent fcee962fee
commit 02daeb3604
17 changed files with 442 additions and 132 deletions

View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bashio
echo "hi"

5
testfiles/scandir/finish Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bashio
hi="hi"
echo "$hi"

3
testfiles/scandir/run Normal file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
echo "hi"

View File

@@ -0,0 +1,3 @@
#!/bin/bash
test="test"
echo "$test"