Dummy script for testing background export cancellation.

This commit is contained in:
Richard Heck 2017-12-21 18:46:10 -05:00
parent b5e5c2576a
commit 12f9727546

10
development/tools/wait.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/bash
# Dummy script for testing background cancellation processes.
# To use: Create a "dummy" export format, and then use this
# as the LyX --> dummy converter. It will just sit there,
# allowing you to try to cancel.
echo "Sleeping 30 seconds..."
sleep 30;
echo "Done.";