diff --git a/development/tools/wait.sh b/development/tools/wait.sh new file mode 100755 index 0000000000..c5c8ad7565 --- /dev/null +++ b/development/tools/wait.sh @@ -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.";