mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Dummy script for testing background export cancellation.
This commit is contained in:
parent
b5e5c2576a
commit
12f9727546
10
development/tools/wait.sh
Executable file
10
development/tools/wait.sh
Executable 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.";
|
Loading…
Reference in New Issue
Block a user