c-ipfs/test/scripts/test_1.sh
2017-09-27 05:52:53 -05:00

16 lines
118 B
Bash
Executable file

#!/bin/bash
function pre {
echo 'in pre';
}
function post {
echo 'in post';
}
function body {
echo 'in body';
}