Skip to content

Commit

Permalink
add actual bash spec
Browse files Browse the repository at this point in the history
  • Loading branch information
zekroTJA authored May 26, 2023
1 parent 1e0a9f3 commit 9e8a0ab
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions spec/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ ash:
echo "Hello world!"
bash:
use: 'ash'
image: 'debian:stable-slim'
cmd: '/bin/bash -c "sleep 0.05; /bin/bash main.bash"'
filename: 'main.bash'
language: 'bash'
example: |-
echo "Hello world!"
sh:
use: 'ash'
Expand Down Expand Up @@ -340,4 +345,4 @@ zig:
pub fn main() void {
std.debug.print("Hello, {s}!", .{"World"});
}
}

0 comments on commit 9e8a0ab

Please sign in to comment.