Commit 57ee0526 authored by daidekun's avatar daidekun

fixbugs

parent eecadc50
......@@ -14,5 +14,11 @@ rm -rf ${package_path}/dist.tgz
echo "sh start.sh"
sh start.sh
echo "touch tmp.log"
touch logs/tmp.log
echo "sleep 5"
sleep 3
echo "tail -f log"
tail -f logs/*.log
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment