mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 11:23:45 +00:00
81dea0164c
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg156659.html git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32740 a592a061-630c-0410-9148-cb99ea01b6c8
7 lines
120 B
Bash
Executable File
7 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
KT=`dirname $0`
|
|
AND_THEN_QUIT="y" time $KT/autolyx $1
|
|
RESULT=$?
|
|
echo RESULT_REPRODUCE $RESULT
|
|
exit $RESULT
|