mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-17 08:32:48 +00:00
8 lines
100 B
Plaintext
8 lines
100 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
regfile=`cat regfiles/convert`
|
||
|
output=`./convert`
|
||
|
|
||
|
test "$regfile" = "$output"
|
||
|
exit $?
|