]> git.lyx.org Git - lyx.git/blob - development/tools/wait.sh
Dummy script for testing background export cancellation.
[lyx.git] / development / tools / wait.sh
1 #!/bin/bash
2
3 # Dummy script for testing background cancellation processes.
4 # To use: Create a "dummy" export format, and then use this
5 # as the LyX --> dummy converter. It will just sit there,
6 # allowing you to try to cancel.
7
8 echo "Sleeping 30 seconds..."
9 sleep 30;
10 echo "Done.";