5 lines
66 B
Bash
5 lines
66 B
Bash
#!/bin/bash
|
|
# dummy file for testing
|
|
echo "Hello Dataflow"
|
|
exit 0
|
#!/bin/bash
|
|
# dummy file for testing
|
|
echo "Hello Dataflow"
|
|
exit 0
|