Tagged Questions
2
votes
3answers
151 views
terminal emulator which auto closes after execution but stays open if there was an error during execution
I have a automatic build script it uses a makefile which starts different ant scripts depending on the target
I start it using xterm (I have a shortcut on the desktop)
It works fine but if I want ...