mirror of https://github.com/KLayout/klayout.git
6 lines
81 B
Ruby
6 lines
81 B
Ruby
|
|
|
||
|
|
$stdout.puts("Before exit()")
|
||
|
|
$stdout.flush
|
||
|
|
RBA::Application::instance.exit(0)
|
||
|
|
|