DannyBen/jossh

View on GitHub
examples/sample_script

Summary

Maintainability
Test Coverage
echo '-> Status example'
echo '$ command example'
echo '$ sleep 1'
sleep 1
echo '! ERROR example'
sleep 1
echo 'regular output'
echo '  indentation'
echo '    is'
echo '      kept'
sleep 1
echo '-> Done'