Skip to content
Snippets Groups Projects
Verified Commit 3b1159e3 authored by Loris Moulin's avatar Loris Moulin
Browse files

feat: added new dummy_node executable script writing echo to stdout for testing

parent 2872e4f4
Branches
No related merge requests found
#!/bin/sh
echo "Line 1"
sleep 1
echo "Line 2"
sleep 1
echo "Line 3"
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment