fwupd/data/tests/spawn.sh
Richard Hughes 049ccc8f6c Add a helper function to spawn a subprocess
This allows us to watch the output of a flashing tool and screen-scrape the
progress completion.
2017-08-09 15:35:58 +01:00

11 lines
183 B
Bash
Executable File

#/bin/sh
echo "this is a test"
sleep 1
echo "this is another line1"
echo "this is another line2"
echo "this is another line3"
echo "this is another line4"
sleep 1
echo "done!"
exit 0