c-ipfs/test/scripts/test_helpers.sh

4 lines
66 B
Bash
Raw Normal View History

2017-09-27 11:16:18 +00:00
function create_hello_world {
echo 'Hello, World!' > hello.txt
}