mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-28 20:32:28 +00:00
10 lines
232 B
Bash
10 lines
232 B
Bash
|
#PWD=`pwd`
|
||
|
if [ "$USER" != keytest ]
|
||
|
then
|
||
|
echo USER is "$USER", not keytest! Exiting.
|
||
|
exit
|
||
|
fi
|
||
|
#(DISPLAY=:1 sudo -u keytest -H nice -18 ; cd $PWD ; ./autolyx)
|
||
|
./killtest.sh # kill any previous test, so does not interfere
|
||
|
./autolyx
|