summaryrefslogtreecommitdiff
path: root/shell-lib.sh
blob: 767918ec93b9e438cb668bd2be506feae24555a6 (plain)
1
2
3
4
5
6
# A shell library for the shell-lib.yarn test.

implement()
{
    echo "$@"
}