]> git.lyx.org Git - features.git/blob - development/tools/wait.sh
Tools(listFontWithLang.pl): Polishing the display of font names.
[features.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.";