013900c2a2
* Script is written to filesystem, not inlined as argument * Pass script either as string, or directory+filename Signed-off-by: Solomon Hykes <solomon@dagger.io>
4 lines
40 B
Bash
4 lines
40 B
Bash
#!/bin/sh
|
|
|
|
echo Hello, world > /out.txt
|