c-ipfs/test/scripts/test_helpers.sh
2017-09-27 06:16:18 -05:00

3 lines
66 B
Bash

function create_hello_world {
echo 'Hello, World!' > hello.txt
}